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