1 pub type c_char = i8; 2 pub type wchar_t = i32; 3 pub type c_long = i32; 4 pub type c_ulong = u32; 5