Skip to main content

xmlXPathFunctionLookup

Function xmlXPathFunctionLookup 

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

xmlXPathFunction xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name).

§SAFETY

  • ctxt must be a valid context or NULL; name a valid string or NULL.