#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathNodeSetRemove(
cur: *mut _xmlNodeSet,
val: c_int,
)Expand description
void xmlXPathNodeSetRemove(xmlNodeSetPtr cur, int val) — remove by
index (upstream xpath.h — R-000176).
§SAFETY
curmust be a valid node set or NULL.