pub unsafe extern "C" fn fz_drop_store_context(ctx: *mut fz_context)
Expand description

Decrement the reference count for the store context. When the reference count hits zero, the store context is freed.

Never throws exceptions.