Function mupdf_sys::fz_drop_pixmap

source ·
pub unsafe extern "C" fn fz_drop_pixmap(
    ctx: *mut fz_context,
    pix: *mut fz_pixmap
)
Expand description

Decrement the reference count for the pixmap. When the reference count hits 0, the pixmap is freed.

Never throws exceptions.