#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathFunctionLookupNS(
ctxt: *mut _xmlXPathContext,
name: *const xmlChar,
ns_uri: *const xmlChar,
) -> Option<unsafe extern "C" fn(*mut c_void, c_int)>Expand description
xmlXPathFunction xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri).
§SAFETY
ctxtmust be a valid context or NULL;namea valid string or NULL.