pub unsafe fn MFCreateMP3MediaSink<P0>(
    ptargetbytestream: P0
) -> Result<IMFMediaSink>
where P0: IntoParam<IMFByteStream>,