#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathTrailingSorted(
nodes1: *mut _xmlNodeSet,
nodes2: *mut _xmlNodeSet,
) -> *mut _xmlNodeSetExpand description
xmlNodeSetPtr xmlXPathTrailingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2).
§SAFETY
nodes1/nodes2must be valid node sets or NULL.