#[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
ctxtmust be a valid context or NULL.