pub fn flush_stream(
    zcs: &mut CStream<'_>,
    output: &mut OutBuffer<'_>
) -> SafeResult
Expand description

Wraps the ZSTD_flushStream() function.