windows::Win32::System::Threading

Function RtwqScheduleWorkItem

pub unsafe fn RtwqScheduleWorkItem<P0>(
    result: P0,
    timeout: i64,
    key: Option<*mut u64>,
) -> Result<()>
where P0: Param<IRtwqAsyncResult>,