Type Alias phper_sys::phper_zend_ini_mh
source · pub type phper_zend_ini_mh = Option<unsafe extern "C" fn(entry: *mut zend_ini_entry, new_value: *mut zend_string, mh_arg1: *mut c_void, mh_arg2: *mut c_void, mh_arg3: *mut c_void, stage: c_int) -> c_int>;
Aliased Type§
enum phper_zend_ini_mh {
None,
Some(unsafe extern "C" fn(_: *mut _zend_ini_entry, _: *mut _zend_string, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32) -> i32),
}