pub unsafe fn MFCreateTranscodeTopology<P0, P1, P2>(
    psrc: P0,
    pwszoutputfilepath: P1,
    pprofile: P2
) -> Result<IMFTopology>
where P0: IntoParam<IMFMediaSource>, P1: IntoParam<PCWSTR>, P2: IntoParam<IMFTranscodeProfile>,