[][src]Function mupdf_sys::fz_drop_store_context

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

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

Never throws exceptions.