[][src]Type Definition mupdf_sys::fz_document_count_chapters_fn

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

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