pub unsafe extern "C" fn zend_atomic_int_compare_exchange( obj: *mut zend_atomic_int, expected: *mut c_int, desired: c_int, ) -> bool