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