Type Definition mupdf_sys::fz_page_create_link_fn

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

Type for a function to create a link on a page.