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