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