pub type wstimeval = _mltimeval;
#[repr(C)]pub struct wstimeval { pub tv_sec: u64, pub tv_usec: u64, }
tv_sec: u64
tv_usec: u64