pub unsafe extern "C" fn fz_open_zip_archive(
    ctx: *mut fz_context,
    path: *const c_char
) -> *mut fz_archive
Expand description

Open a zip archive file.

An exception is throw if the file is not a zip archive as indicated by the presence of a zip signature.

filename: a path to a zip archive file as it would be given to open(2).