pub type xmlXPathFuncLookupFunc = unsafe extern "C" fn(ctxt: *mut c_void, name: *const xmlChar, ns_uri: *const xmlChar) -> *mut c_void;
Function lookup function for XPath extensions.
Returns a function pointer or NULL.