Function ZSTD_freeCDict
unsafe extern C { unwind: false } fn ZSTD_freeCDict(CDict: *mut ZSTD_CDict) -> usize
ZSTD_freeCDict() : Function frees memory allocated by ZSTD_createCDict(). If a NULL pointer is passed, no operation is performed.