Function ZSTD_sizeof_CCtx
unsafe extern C { unwind: false } fn ZSTD_sizeof_CCtx(cctx: *const ZSTD_CCtx) -> usize
ZSTD_sizeof_*() : Requires v1.4.0+ These functions give the current memory usage of selected object. Note that object memory usage can evolve (increase or decrease) over time.