Function mupdf_sys::fz_close_zip_writer[][src]

pub unsafe extern "C" fn fz_close_zip_writer(
    ctx: *mut fz_context,
    zip: *mut fz_zip_writer
)

Close the zip file for writing.

This flushes any pending data to the file. This can throw exceptions.