pub unsafe extern "C" fn ZSTD_freeDDict(
ddict: *mut ZSTD_DDict,
) -> usizeExpand description
ZSTD_freeDDict() : Function frees memory allocated with ZSTD_createDDict() If a NULL pointer is passed, no operation is performed.
pub unsafe extern "C" fn ZSTD_freeDDict(
ddict: *mut ZSTD_DDict,
) -> usizeZSTD_freeDDict() : Function frees memory allocated with ZSTD_createDDict() If a NULL pointer is passed, no operation is performed.