pub type zend_encoding_internal_encoding_getter = Option<unsafe extern "C" fn() -> *const zend_encoding>;

Aliased Type§

enum zend_encoding_internal_encoding_getter {
    None,
    Some(unsafe extern "C" fn() -> *const _zend_encoding),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> *const _zend_encoding)

Some value of type T.