1 pub type c_char = i8;
2 pub type wchar_t = i16;
3 pub type c_long = i64;
4 pub type c_ulong = u64;
5