zstd_sys

Function ZSTD_endStream

source
pub unsafe extern "C" fn ZSTD_endStream(
    zcs: *mut ZSTD_CStream,
    output: *mut ZSTD_outBuffer,
) -> usize
Expand description

Equivalent to ZSTD_compressStream2(zcs, output, &emptyInput, ZSTD_e_end).