Function mupdf_sys::fz_keep_page[][src]

pub unsafe extern "C" fn fz_keep_page(
    ctx: *mut fz_context,
    page: *mut fz_page
) -> *mut fz_page

Increment the reference count for the page. Returns the same pointer.

Never throws exceptions.