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>;Aliased Type§
pub enum merge_checker_func_t {
None,
Some(unsafe extern "C" fn(*mut _zend_array, *mut _zval_struct, *mut _zend_hash_key, *mut c_void) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut _zend_array, *mut _zval_struct, *mut _zend_hash_key, *mut c_void) -> bool)
Some value of type T.