Function zstd::zstd_safe::zstd_sys::ZSTD_freeCDict

source ยท
pub unsafe extern "C" fn ZSTD_freeCDict(
    CDict: *mut ZSTD_CDict_s,
) -> usize
Expand description

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