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