[][src]Function mupdf_sys::fz_drop_text

pub unsafe extern "C" fn fz_drop_text(
    ctx: *mut fz_context,
    text: *const fz_text
)

Decrement the reference count for the text object. When the reference count hits zero, the text object is freed.

Never throws exceptions.