Function mupdf_sys::fz_drop_pixmap[][src]

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

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

Never throws exceptions.