Type Definition mupdf_sys::fz_document_count_pages_fn[][src]

type fz_document_count_pages_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, doc: *mut fz_document, chapter: c_int) -> c_int>;

Type for a function to be called to count the number of pages in a document. See fz_count_pages for more information.