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