pub type TSClock = timespec;
struct TSClock { pub tv_sec: i32, pub tv_nsec: i32, }
tv_sec: i32
tv_nsec: i32