pub type zend_ast_process_t = Option<unsafe extern "C" fn(ast: *mut zend_ast)>;
pub enum zend_ast_process_t { None, Some(unsafe extern "C" fn(*mut _zend_ast)), }
No value.
Some value of type T.
T