[][src]Type Definition mupdf_sys::fz_document_resolve_link_fn

type fz_document_resolve_link_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, doc: *mut fz_document, uri: *const c_char, xp: *mut f32, yp: *mut f32) -> fz_location>;

Type for a function to be called to resolve an internal link to a location (chapter/page number tuple). See fz_resolve_link for more information.