[][src]Function mupdf_sys::fz_keep_separations

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

Increment the reference count for a separations structure. Returns the same pointer.

Never throws exceptions.