pub type CompTimeValue = wide;
64-bit count of units (always a struct).
#[repr(C)]pub struct CompTimeValue { pub lo: u32, pub hi: i32, }
lo: u32
hi: i32