windows::Win32::System::Threading

Function RtwqPutWorkItem

pub unsafe fn RtwqPutWorkItem<P2>(
    dwqueue: u32,
    lpriority: i32,
    result: P2,
) -> Result<()>
where P2: Param<IRtwqAsyncResult>,