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