pub type kernel_old_timeval = linux___kernel_old_timeval;
struct kernel_old_timeval { pub tv_sec: i64, pub tv_usec: i64, }
tv_sec: i64
tv_usec: i64