Skip to main content

xmlXPathFuncLookupFunc

Type Alias xmlXPathFuncLookupFunc 

Source
pub type xmlXPathFuncLookupFunc = unsafe extern "C" fn(ctxt: *mut c_void, name: *const xmlChar, ns_uri: *const xmlChar) -> *mut c_void;
Expand description

Function lookup function for XPath extensions.

Returns a function pointer or NULL.