Skip to main content

xmlXPathRegisterVariableLookup

Function xmlXPathRegisterVariableLookup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathRegisterVariableLookup( ctxt: *mut _xmlXPathContext, f: Option<xmlXPathVariableLookupFunc>, data: *mut c_void, )
Expand description

void xmlXPathRegisterVariableLookup(xmlXPathContextPtr ctxt, xmlXPathVariableLookupFunc f, void *data).

§SAFETY

  • ctxt must be a valid context or NULL.