Destroys Zstandard context created with zstd_compress_context() or
zstd_uncompress_context().
The function returns the followin error codes:
E_COMPILER if C pointer could not be nullified (compiler bug).E_ZSTD on library error.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(zstd_context_type), | intent(inout) | :: | context |
Zstandard context type. |