pub type RawOsError = i32;
The raw type of an OS Error. On most targets, this is i32, but on other targets it may be isize or another integer type
i32
isize