Function windows::Wdk::System::SystemServices::IoQueueWorkItem
pub unsafe fn IoQueueWorkItem<P0>(
ioworkitem: P0,
workerroutine: PIO_WORKITEM_ROUTINE,
queuetype: WORK_QUEUE_TYPE,
context: Option<*const c_void>,
)where
P0: Param<PIO_WORKITEM>,