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