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