Output buffer for decompressed bytes
Data to decompress
Number of decompressed bytes written to dstBuf
This function is here for completeness, creating a DCtx and reusing it will give better performance than calling this repeatedly. The high-level decompress function will take care of this for you.
Decompresses
srcBufintodstBuf.dstBufmust be large enough to fit the entire result.srcBufmust end on a frame boundary (no partial frames or other trailing data).Wraps
ZSTD_decompress.