pub unsafe fn MFCreateContentDecryptorContext<P0, P1>(
    guidmediaprotectionsystemid: *const GUID,
    pd3dmanager: P0,
    pcontentprotectiondevice: P1
) -> Result<IMFContentDecryptorContext>
where P0: IntoParam<IMFDXGIDeviceManager>, P1: IntoParam<IMFContentProtectionDevice>,