Type Alias RawOsError
pub type RawOsError = i32;
The type of raw OS error codes.
This is an i32 on all currently supported platforms, but platforms
added in the future (such as UEFI) may use a different primitive type like
usize or i16. Use as or into conversions where applicable to
ensure maximum portability.