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