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

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