pub type fz_document_lookup_bookmark_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, doc: *mut fz_document, mark: fz_bookmark) -> fz_location>;
Expand description

Type for a function to lookup a bookmark. See fz_lookup_bookmark for more information.