pub unsafe fn MFCreateSourceReaderFromByteStream<P0, P1>(
    pbytestream: P0,
    pattributes: P1
) -> Result<IMFSourceReader>
where P0: IntoParam<IMFByteStream>, P1: IntoParam<IMFAttributes>,