pub unsafe fn MFCreateStreamOnMFByteStream<P0>(
    pbytestream: P0
) -> Result<IStream>
where P0: IntoParam<IMFByteStream>,