pub type zend_encoding_fetcher = Option<unsafe extern "C" fn(encoding_name: *const c_char) -> *const zend_encoding>;
enum zend_encoding_fetcher { None, Some(unsafe extern "C" fn(*const i8) -> *const _zend_encoding), }
No value.
Some value of type T.
T