Type Definition mupdf_sys::fz_document_load_page_fn

source ·
pub type fz_document_load_page_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, doc: *mut fz_document, chapter: c_int, page: c_int) -> *mut fz_page>;
Expand description

Type for a function to load a given page from a document. See fz_load_page for more information.