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

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

Never throws exceptions.