Function mupdf_sys::fz_keep_outline

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

Increment the reference count. Returns the same pointer.

Never throws exceptions.