[][src]Function mupdf_sys::fz_make_bookmark

pub unsafe extern "C" fn fz_make_bookmark(
    ctx: *mut fz_context,
    doc: *mut fz_document,
    loc: fz_location
) -> fz_bookmark

Create a bookmark for the given page, which can be used to find the same location after the document has been laid out with different parameters.