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