pub unsafe extern "C" fn g_atomic_int_exchange(
    atomic: *mut c_int,
    newval: c_int
) -> c_int
Available on crate feature v2_74 only.