pub type zend_ast_apply_func = Option<unsafe extern "C" fn(ast_ptr: *mut *mut zend_ast, context: *mut c_void)>;
pub 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