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)),
}
pub type zend_fiber_clean = Option<unsafe extern "C" fn(context: *mut zend_fiber_context)>;
pub enum zend_fiber_clean {
None,
Some(unsafe extern "C" fn(*mut _zend_fiber_context)),
}