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