pub unsafe extern "C" fn fz_is_zip_archive(
    ctx: *mut fz_context,
    file: *mut fz_stream
) -> c_int
Expand description

Detect if stream object is a zip archive.

Assumes that the stream object is seekable.