pub type zend_encoding_internal_encoding_getter = Option<unsafe extern "C" fn() -> *const zend_encoding>;Aliased Type§
pub enum zend_encoding_internal_encoding_getter {
None,
Some(unsafe extern "C" fn() -> *const _zend_encoding),
}Variants§
None
No value.
Some(unsafe extern "C" fn() -> *const _zend_encoding)
Some value of type T.