[][src]Function mupdf_sys::fz_keep_key_storable_key

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

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

Never throws exceptions.