pub unsafe fn MFCreateTranscodeTopologyFromByteStream<P0, P1, P2>(
    psrc: P0,
    poutputstream: P1,
    pprofile: P2
) -> Result<IMFTopology>
where P0: IntoParam<IMFMediaSource>, P1: IntoParam<IMFByteStream>, P2: IntoParam<IMFTranscodeProfile>,