pub type zend_fiber_clean = Option<unsafe extern "C" fn(context: *mut zend_fiber_context)>;Aliased Type§
enum zend_fiber_clean {
None,
Some(unsafe extern "C" fn(_: *mut _zend_fiber_context)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut _zend_fiber_context))
Some value of type T.