Function mupdf_sys::fz_keep_outline[][src]

pub unsafe extern "C" fn fz_keep_outline(
    ctx: *mut fz_context,
    outline: *mut fz_outline
) -> *mut fz_outline

Increment the reference count. Returns the same pointer.

Never throws exceptions.