[][src]Function mupdf_sys::fz_count_archive_entries

pub unsafe extern "C" fn fz_count_archive_entries(
    ctx: *mut fz_context,
    arch: *mut fz_archive
) -> c_int

Number of entries in archive.

Will always return a value >= 0.

May throw an exception if this type of archive cannot count the entries (such as a directory).