Function ZSTD_freeCDict

pub unsafe extern "C" 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.