Function mupdf_sys::fz_drop_archive

source ·
pub unsafe extern "C" fn fz_drop_archive(
    ctx: *mut fz_context,
    arch: *mut fz_archive
)
Expand description

Drop a reference to an archive.

When the last reference is dropped, this closes and releases any memory or filehandles associated with the archive.