ZSTD_sizeof_CDict
ZSTDLIB_API size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict);
size_t const cdictSize = ZSTD_sizeof_CDict(dict.cdict);