Function xmlXPathRegisterFunc

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