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