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