#[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.