ZSTD_decompressDCtx
ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx,
regenSize = ZSTD_decompressDCtx(dctx, dst, dstCapacity, src, srcSize);
return ZSTD_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize);
return ZSTD_decompressDCtx(dctx, dst, dst_capacity, src, src_size);