zstd_sys

Function ZSTD_freeDDict

source
pub unsafe extern "C" fn ZSTD_freeDDict(
    ddict: *mut ZSTD_DDict,
) -> usize
Expand description

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