pub unsafe fn WrapCompressedRTFStream<P0>(
    lpcompressedrtfstream: P0,
    ulflags: u32
) -> Result<IStream>
where P0: IntoParam<IStream>,