#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathEvalExpression(
_str: *const xmlChar,
_ctxt: *mut _xmlXPathContext,
) -> *mut _xmlXPathObjectExpand description
Evaluate an XPath expression.
ยงUPSTREAM-PARITY
xmlXPathObjectPtr xmlXPathEvalExpression(const xmlChar *str,
xmlXPathContextPtr ctxt);