pub unsafe fn RtwqLockSharedWorkQueue<P0>(
    usageclass: P0,
    basepriority: i32,
    taskid: *mut u32,
    id: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,