[][src]Type Definition mupdf_sys::fz_page_run_page_fn

type fz_page_run_page_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, page: *mut fz_page, dev: *mut fz_device, transform: fz_matrix, cookie: *mut fz_cookie)>;

Type for a function to run the contents of a page. See fz_run_page_contents for more information.