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