zend_fiber_clean

Type Alias zend_fiber_clean 

Source
pub type zend_fiber_clean = Option<unsafe extern "C" fn(context: *mut zend_fiber_context)>;

Aliased Type§

pub enum zend_fiber_clean {
    None,
    Some(unsafe extern "C" fn(*mut _zend_fiber_context)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _zend_fiber_context))

Some value of type T.