pub type zend_string_init_existing_interned_func_t = Option<unsafe extern "C" fn(str_: *const c_char, size: usize, permanent: bool) -> *mut zend_string>;

Aliased Type§

enum zend_string_init_existing_interned_func_t {
    None,
    Some(unsafe extern "C" fn(_: *const i8, _: usize, _: bool) -> *mut _zend_string),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, _: usize, _: bool) -> *mut _zend_string)

Some value of type T.