pub type zend_ast_apply_func = Option<unsafe extern "C" fn(ast_ptr: *mut *mut zend_ast, context: *mut c_void)>;

Aliased Type§

enum zend_ast_apply_func {
    None,
    Some(unsafe extern "C" fn(_: *mut *mut _zend_ast, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut *mut _zend_ast, _: *mut c_void))

Some value of type T.