Load a compression dictionary from the provided buffer.
The loaded dictionary will be used for all future decompress calls until removed or replaced. Passing an empty buffer to this function will remove a previously loaded dictionary.
Reset the decompressor state to only the provided parameters.
Any loaded dictionary will be cleared, and any parameters not specified will be reset to their default values.
Modify decompression parameters.
Parameters not specified will be left at their current values.
High-level interface for customized single-pass Zstandard decompression.
Example: Basic usage
Example: Advanced usage