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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _zend_array, _: *mut _zval_struct, _: *mut _zend_hash_key, _: *mut c_void) -> bool)

Some value of type T.