Function MFBeginUnregisterWorkQueueWithMMCSS
pub unsafe fn MFBeginUnregisterWorkQueueWithMMCSS<P1, P2>(
dwworkqueueid: u32,
pdonecallback: P1,
pdonestate: P2,
) -> Result<()>where
P1: Param<IMFAsyncCallback>,
P2: Param<IUnknown>,