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