pub unsafe extern "C" fn XXH3_128bits_reset_withSecretandSeed(
    statePtr: *mut XXH3_state_t,
    secret: *const c_void,
    secretSize: usize,
    seed: XXH64_hash_t
) -> XXH_errorcode