pub type CStream<'a> = CCtx<'a>;
Compression stream.
Same as CCtx.
CCtx
struct CStream<'a>(/* private fields */);