[][src]Function mupdf_sys::fz_keep_halftone

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

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

Never throws exceptions.