pub type zend_auto_global_callback = Option<unsafe extern "C" fn(name: *mut zend_string) -> bool>;

Aliased Type§

enum zend_auto_global_callback {
    None,
    Some(unsafe extern "C" fn(_: *mut _zend_string) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _zend_string) -> bool)

Some value of type T.