pub unsafe extern "C" fn strint_to_uint64( str_: *const c_char, end: *mut *mut c_char, out: *mut u64, base: u8, ) -> StrintParseError
See strint_to_uint32
strint_to_uint32