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