pub unsafe extern "C" fn fz_new_zip_writer(
    ctx: *mut fz_context,
    filename: *const c_char
) -> *mut fz_zip_writer
Expand description

Create a new zip writer that writes to a given file.

Open an archive using a seekable stream object rather than opening a file or directory on disk.