#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathNodeTrailingSorted(
nodes: *mut _xmlNodeSet,
node: *mut _xmlNode,
) -> *mut _xmlNodeSetExpand description
xmlNodeSetPtr xmlXPathNodeTrailingSorted(xmlNodeSetPtr nodes, xmlNodePtr node).
ยงSAFETY
nodesmust be a valid node set or NULL;nodea valid node or NULL.