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