#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathNewParserContext(
str_: *const xmlChar,
ctxt: *mut _xmlXPathContext,
) -> *mut c_voidExpand description
xmlXPathParserContextPtr xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt).
§SAFETY
strmust be a valid NUL-terminated string or NULL.ctxtmust be a valid context or NULL.