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