[][src]Function mupdf_sys::fz_drop_tree

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)>
)