Function xmlXPathRegisterFuncNS

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