pub unsafe fn MFCreateMuxSink<P0, P1>(
    guidoutputsubtype: GUID,
    poutputattributes: P0,
    poutputbytestream: P1
) -> Result<IMFMediaSink>
where P0: IntoParam<IMFAttributes>, P1: IntoParam<IMFByteStream>,