pub unsafe fn MFCreateEncryptedMediaExtensionsStoreActivate<P0, P1, P2>(
    pmphost: P0,
    objectstream: P1,
    classid: P2
) -> Result<IMFActivate>
where P0: IntoParam<IMFPMPHostApp>, P1: IntoParam<IStream>, P2: IntoParam<PCWSTR>,