Function mupdf_sys::fz_drop_image

source ·
pub unsafe extern "C" fn fz_drop_image(
    ctx: *mut fz_context,
    image: *mut fz_image
)
Expand description

Decrement the (normal) reference count for an image. When the total (normal + key) reference count reaches zero, the image and its resources are freed.

Never throws exceptions.