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

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

Never throws exceptions.