pub type switch_scheduler_func_t = Option<unsafe extern "C" fn(task: *mut switch_scheduler_task_t)>;Aliased Type§
pub enum switch_scheduler_func_t {
None,
Some(unsafe extern "C" fn(*mut switch_scheduler_task)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut switch_scheduler_task))
Some value of type T.