pub unsafe extern "C" fn XXH3_64bits_withSecret(
    data: *const c_void,
    len: usize,
    secret: *const c_void,
    secretSize: usize
) -> XXH64_hash_t