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