pub unsafe extern "C" fn fz_keep_document(
    ctx: *mut fz_context,
    doc: *mut fz_document
) -> *mut fz_document
Expand description

Increment the document reference count. The same pointer is returned.

Never throws exceptions.