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

Close the zip file for writing.

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