pub type time_value = time_value_t;
#[repr(C)]pub struct time_value { pub seconds: i32, pub microseconds: i32, }
seconds: i32
microseconds: i32