#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlShellPrintXPathResult(
list: *mut _xmlXPathObject,
)Expand description
void xmlShellPrintXPathResult(xmlXPathObjectPtr list).
Prints an XPath result object to stdout via xmlXPathDebugDumpObject
(the same printer the 2.12.x shell loop uses for its xpath command).