Skip to main content

xmlXPathRegisterFuncLookup

Function xmlXPathRegisterFuncLookup 

Source
#[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

  • ctxt must be a valid context or NULL.