#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathWrapNodeSet(
val: *mut _xmlNodeSet,
) -> *mut _xmlXPathObjectExpand description
xmlXPathObjectPtr xmlXPathWrapNodeSet(xmlNodeSetPtr val) — wraps a node
set, TAKING OWNERSHIP.
§SAFETY
valmust be a heap-allocated node set or NULL.