fz_keep_image

Function fz_keep_image 

Source
pub unsafe extern "C" fn fz_keep_image(
    ctx: *mut fz_context,
    image: *mut fz_image,
) -> *mut fz_image
Expand description

Increment the (normal) reference count for an image. Returns the
same pointer.

Never throws exceptions.