pub unsafe extern "C" fn ZSTD_compressCCtx(
    cctx: *mut ZSTD_CCtx,
    dst: *mut c_void,
    dstCapacity: usize,
    src: *const c_void,
    srcSize: usize,
    compressionLevel: c_int
) -> usize
Expand description

ZSTD_compressCCtx() : Same as ZSTD_compress(), using an explicit ZSTD_CCtx The function will compress at requested compression level, ignoring any other parameter