Function mupdf_sys::fz_drop_tree

source ·
pub unsafe extern "C" fn fz_drop_tree(
    ctx: *mut fz_context,
    node: *mut fz_tree,
    dropfunc: Option<unsafe extern "C" fn(ctx: *mut fz_context, value: *mut c_void)>
)
Expand description

Drop the tree.

The storage used by the tree is freed, and each value has dropfunc called on it.