pub type kernel_timespec = linux___kernel_timespec;
struct kernel_timespec { pub tv_sec: i64, pub tv_nsec: i64, }
tv_sec: i64
tv_nsec: i64