Function mupdf_sys::fz_drop_separations[][src]

pub unsafe extern "C" fn fz_drop_separations(
    ctx: *mut fz_context,
    sep: *mut fz_separations
)

Decrement the reference count for a separations structure. When the reference count hits zero, the separations structure is freed.

Never throws exceptions.