Function mupdf_sys::fz_drop_halftone[][src]

pub unsafe extern "C" fn fz_drop_halftone(
    ctx: *mut fz_context,
    ht: *mut fz_halftone
)

Drop a reference to the halftone. When the reference count reaches zero, the halftone is destroyed.

Never throws exceptions.