Function libxml::bindings::xmlXPathRegisterVariableNS[][src]

pub unsafe extern "C" fn xmlXPathRegisterVariableNS(
    ctxt: xmlXPathContextPtr,
    name: *const xmlChar,
    ns_uri: *const xmlChar,
    value: xmlXPathObjectPtr
) -> c_int