Function mupdf_sys::fz_keep_pixmap[][src]

pub unsafe extern "C" fn fz_keep_pixmap(
    ctx: *mut fz_context,
    pix: *mut fz_pixmap
) -> *mut fz_pixmap

Increment the reference count for the pixmap. The same pointer is returned.

Never throws exceptions.