Function zstd::zstd_safe::zstd_sys::ZSTD_endStream
source ยท pub unsafe extern "C" fn ZSTD_endStream(
zcs: *mut ZSTD_CCtx_s,
output: *mut ZSTD_outBuffer_s,
) -> usize
Expand description
Equivalent to ZSTD_compressStream2(zcs, output, &emptyInput, ZSTD_e_end).