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