pub type TimeVal_Type = timeval;
#[repr(C, packed(2))]pub struct TimeVal_Type { pub tv_secs: u32, pub tv_micro: u32, }
tv_secs: u32
tv_micro: u32