pub type AudioSet2Result = Result<(), Error>;
pub enum AudioSet2Result { Ok(()), Err(Error), }
Contains the success value
Contains the error value