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