pub unsafe extern "C" fn ZSTD_resetDStream(
zds: *mut ZSTD_DStream,
) -> usizeExpand description
This function is deprecated, and is equivalent to:
ZSTD_DCtx_reset(zds, ZSTD_reset_session_only);reuse decompression parameters from previous init; saves dictionary loading