windows::Win32::Media::MediaFoundation

Function MFCreateContentDecryptorContext

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