Function libxml::bindings::xmlXPathRegisterFuncNS[][src]

pub unsafe extern "C" fn xmlXPathRegisterFuncNS(
    ctxt: xmlXPathContextPtr,
    name: *const xmlChar,
    ns_uri: *const xmlChar,
    f: xmlXPathFunction
) -> c_int