pub unsafe fn MFRegisterPlatformWithMMCSS<P0>(
    wszclass: P0,
    pdwtaskid: *mut u32,
    lpriority: i32
) -> Result<()>
where P0: IntoParam<PCWSTR>,