1 pub type c_long = i32;
2 pub type c_ulong = u32;
3 pub type time_t = i32;
4