pub unsafe extern "C" fn pdf_load_object(
ctx: *mut fz_context,
doc: *mut pdf_document,
num: c_int,
) -> *mut pdf_objExpand description
Load a given object.
This can cause xref reorganisations (solidifications etc) due to
repairs, so all held pdf_xref_entries should be considered
invalid after this call (other than the returned one).