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

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

Never throws exceptions.