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