pub unsafe fn MFBeginRegisterWorkQueueWithMMCSSEx<P0, P1, P2>(
    dwworkqueueid: u32,
    wszclass: P0,
    dwtaskid: u32,
    lpriority: i32,
    pdonecallback: P1,
    pdonestate: P2
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<IMFAsyncCallback>, P2: IntoParam<IUnknown>,