mz_deflateEnd function
mz_deflateEnd() deinitializes a compressor: / / Return values: / / MZ_OK on success. / / MZ_STREAM_ERROR if the stream is bogus.
Implementation
@ffi.Native<ffi.Int Function(mz_streamp)>()
external int mz_deflateEnd(mz_streamp pStream);