pub type Timespec = __kernel_timespec;
struct timespec
struct Timespec { pub tv_sec: i64, pub tv_nsec: i64, }
tv_sec: i64
tv_nsec: i64