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