Function mupdf_sys::fz_keep_link[][src]

pub unsafe extern "C" fn fz_keep_link(
    ctx: *mut fz_context,
    link: *mut fz_link
) -> *mut fz_link

Increment the reference count for a link. The same pointer is returned.

Never throws exceptions.