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