Function mupdf_sys::fz_drop_zip_writer[][src]

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

Drop the reference to the zipfile.

In common with other ‘drop’ methods, this will never throw an exception.