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