[][src]Function mupdf_sys::fz_drop_jbig2_globals

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

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

Never throws an exception.