pub type async_task_handler_t = Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t, task: *mut async_task_t, status: zx_status_t)>;Aliased Type§
pub enum async_task_handler_t {
None,
Some(unsafe extern "C" fn(*mut async_dispatcher, *mut async_task, i32)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut async_dispatcher, *mut async_task, i32))
Some value of type T.