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