Type Alias phper_sys::zend_ast_process_t

source ·
pub type zend_ast_process_t = Option<unsafe extern "C" fn(ast: *mut zend_ast)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.