Skip to main content

xmlXPathFunctionLookupNS

Function xmlXPathFunctionLookupNS 

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

xmlXPathFunction xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri).

§SAFETY

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