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