pub unsafe extern "C" fn fz_keep_document(
ctx: *mut fz_context,
doc: *mut fz_document,
) -> *mut fz_documentExpand description
Increment the document reference count. The same pointer is
returned.
Never throws exceptions.
pub unsafe extern "C" fn fz_keep_document(
ctx: *mut fz_context,
doc: *mut fz_document,
) -> *mut fz_documentIncrement the document reference count. The same pointer is
returned.
Never throws exceptions.