pub unsafe fn MFCreateAVIMediaSink<P0, P1, P2>(
    pibytestream: P0,
    pvideomediatype: P1,
    paudiomediatype: P2
) -> Result<IMFMediaSink>
where P0: IntoParam<IMFByteStream>, P1: IntoParam<IMFMediaType>, P2: IntoParam<IMFMediaType>,