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