Function mupdf_sys::fz_drop_page[][src]

pub unsafe extern "C" fn fz_drop_page(ctx: *mut fz_context, page: *mut fz_page)

Decrements the reference count for the page. When the reference count hits 0, the page and its references are freed.

Never throws exceptions.