Function mupdf_sys::fz_keep_storable[][src]

pub unsafe extern "C" fn fz_keep_storable(
    arg1: *mut fz_context,
    arg2: *const fz_storable
) -> *mut c_void

Increment the reference count for a storable object. Returns the same pointer.

Never throws exceptions.