[][src]Function mupdf_sys::fz_drop_document

pub unsafe extern "C" fn fz_drop_document(
    ctx: *mut fz_context,
    doc: *mut fz_document
)

Decrement the document reference count. When the reference count reaches 0, the document and all it's references are freed.

Never throws exceptions.