[][src]Function mupdf_sys::fz_keep_store_context

pub unsafe extern "C" fn fz_keep_store_context(
    ctx: *mut fz_context
) -> *mut fz_store

Increment the reference count for the store context. Returns the same pointer.

Never throws exceptions.