#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathCompiledEval(
comp: *mut c_void,
ctx: *mut _xmlXPathContext,
) -> *mut _xmlXPathObjectExpand description
xmlXPathObject *xmlXPathCompiledEval(xmlXPathCompExpr *comp, xmlXPathContext *ctx).
§SAFETY
compmust be a compiled expression or NULL;ctxa valid context.