[][src]Function mupdf_sys::fz_new_zip_writer_with_output

pub unsafe extern "C" fn fz_new_zip_writer_with_output(
    ctx: *mut fz_context,
    out: *mut fz_output
) -> *mut fz_zip_writer

Create a new zip writer that writes to a given output stream.