Type Alias 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>;
Aliased Type§
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
.