pub unsafe extern "C-unwind" fn janet_scan_uint64(
    str_: *const u8,
    len: i32,
    out: *mut u64
) -> c_int