pub type DStream<'a> = DCtx<'a>;
A Decompression stream.
Same as DCtx.
DCtx
struct DStream<'a>(/* private fields */);