Function ZSTD_decompressDCtx

unsafe extern C { unwind: false } fn ZSTD_decompressDCtx(dctx: *mut ZSTD_DCtx, dst: *mut c_void, dstCapacity: usize, src: *const c_void, srcSize: usize) -> usize

ZSTD_decompressDCtx() : Same as ZSTD_decompress(), requires an allocated ZSTD_DCtx. Compatible with sticky parameters (see below).