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