pub unsafe extern "C" fn XXH32_copyState(
    dst_state: *mut XXH32_state_t,
    src_state: *const XXH32_state_t
)