pub type mach_timebase_info_data_t = mach_timebase_info;
#[repr(C)]pub struct mach_timebase_info_data_t { pub numer: u32, pub denom: u32, }
numer: u32
denom: u32