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