Function xmlXPathRegisterVariableNS

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