Function xmlXPathRegisterVariableLookup

Source
pub unsafe extern "C" fn xmlXPathRegisterVariableLookup(
    ctxt: xmlXPathContextPtr,
    f: xmlXPathVariableLookupFunc,
    data: *mut c_void,
)