Type Definition mupdf_sys::fz_page_load_links_fn

source ·
pub type fz_page_load_links_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, page: *mut fz_page) -> *mut fz_link>;
Expand description

Type for a function to load the links from a page. See fz_load_links for more information.