pub type unsigned64 = Struct_counter64;
#[repr(C)]pub struct unsigned64 { pub high: u64, pub low: u64, }
high: u64
low: u64