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