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