pub unsafe extern "C" fn fz_keep_halftone(
    ctx: *mut fz_context,
    half: *mut fz_halftone
) -> *mut fz_halftone
Expand description

Take an additional reference to the halftone. The same pointer is returned.

Never throws exceptions.