Type Definition ext_php_rs::ffi::zend_object_has_property_t[][src]

pub type zend_object_has_property_t = Option<unsafe extern "C" fn(object: *mut zend_object, member: *mut zend_string, has_set_exists: c_int, cache_slot: *mut *mut c_void) -> c_int>;