#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathCompile( _str: *const xmlChar, ) -> *mut c_void
Compile an XPath expression.
xmlXPathCompExprPtr xmlXPathCompile(const xmlChar *str);