pub unsafe extern "C" fn g_atomic_int_compare_and_exchange_full( atomic: *mut gint, oldval: gint, newval: gint, preval: *mut gint, ) -> gboolean