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.
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.