#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathNewNodeSetList(
val: *mut _xmlNodeSet,
) -> *mut _xmlXPathObjectExpand description
xmlXPathObjectPtr xmlXPathNewNodeSetList(xmlNodeSetPtr val) โ a node-set
object that COPIES the given node set.
ยงSAFETY
valmust be a valid node-set pointer or NULL.