Skip to main content

xmlXPathRegisterFunc

Function xmlXPathRegisterFunc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathRegisterFunc( _ctxt: *mut _xmlXPathContext, _name: *const xmlChar, _f: Option<unsafe extern "C" fn(*mut c_void, c_int)>, ) -> c_int
Expand description

Register an XPath function.

ยงUPSTREAM-PARITY

int xmlXPathRegisterFunc(xmlXPathContextPtr ctxt,
                         const xmlChar *name, xmlXPathFunction f);