Function ZSTD_freeDDict

unsafe extern C { unwind: false } fn ZSTD_freeDDict(ddict: *mut ZSTD_DDict) -> usize

ZSTD_freeDDict() : Function frees memory allocated with ZSTD_createDDict() If a NULL pointer is passed, no operation is performed.