pub type val64_string = _val64_string;
#[repr(C)]pub struct val64_string { pub value: u64, pub strptr: *const u8, }
value: u64
strptr: *const u8