pub unsafe extern "C" fn zend_atomic_bool_store(
    obj: *mut zend_atomic_bool,
    desired: bool
)