Function mupdf_sys::fz_drop_jbig2_globals[][src]

pub unsafe extern "C" fn fz_drop_jbig2_globals(
    ctx: *mut fz_context,
    globals: *mut fz_jbig2_globals
)
Expand description

Decrement the reference count for a jbig2 globals record. When the reference count hits zero, the record is freed.

Never throws an exception.