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

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