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