#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathRegisterFuncLookup(
ctxt: *mut _xmlXPathContext,
f: Option<xmlXPathFuncLookupFunc>,
data: *mut c_void,
)Expand description
void xmlXPathRegisterFuncLookup(xmlXPathContextPtr ctxt, xmlXPathFuncLookupFunc f, void *funcCtxt).
§SAFETY
ctxtmust be a valid context or NULL.