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