pub unsafe extern "C" fn fz_keep_image( ctx: *mut fz_context, image: *mut fz_image, ) -> *mut fz_image
Increment the (normal) reference count for an image. Returns thesame pointer.
Never throws exceptions.