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