pub type TIMEVAL = timeval;
struct TIMEVAL { pub tv_sec: i32, pub tv_usec: i32, }
tv_sec: i32
tv_usec: i32