Type Definition mupdf_sys::fz_document_load_outline_fn[][src]

type fz_document_load_outline_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, doc: *mut fz_document) -> *mut fz_outline>;

Type for a function to be called to load the outlines for a document. See fz_document_load_outline for more information.