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