pub type zend_new_interned_string_func_t = Option<unsafe extern "C" fn(str_: *mut zend_string) -> *mut zend_string>;Aliased Type§
pub enum zend_new_interned_string_func_t {
    None,
    Some(unsafe extern "C" fn(*mut _zend_string) -> *mut _zend_string),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut _zend_string) -> *mut _zend_string)
Some value of type T.