Function mupdf_sys::fz_keep_path[][src]

pub unsafe extern "C" fn fz_keep_path(
    ctx: *mut fz_context,
    path: *const fz_path
) -> *mut fz_path

Increment the reference count. Returns the same pointer.

All paths can be kept, regardless of their packing type.

Never throws exceptions.