#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathNodeSetDel(
cur: *mut _xmlNodeSet,
val: *mut _xmlNode,
)Expand description
void xmlXPathNodeSetDel(xmlNodeSetPtr cur, xmlNodePtr val) (upstream
xpath.h — R-000176, the candidate previously returned an int).
§SAFETY
curmust be a valid node set or NULL;vala valid node or NULL.