Function zstd_sys::ZSTD_freeCDict

source ·
pub unsafe extern "C" fn ZSTD_freeCDict(
    CDict: *mut ZSTD_CDict
) -> usize
Expand description

ZSTD_freeCDict() : Function frees memory allocated by ZSTD_createCDict(). If a NULL pointer is passed, no operation is performed.