Type Definition phper_sys::merge_checker_func_t
source · pub type merge_checker_func_t = Option<unsafe extern "C" fn(target_ht: *mut HashTable, source_data: *mut zval, hash_key: *mut zend_hash_key, pParam: *mut c_void) -> bool>;