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