pub unsafe extern "C" fn g_atomic_int_set(
    atomic: *mut c_int,
    newval: c_int
)