#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathRegisterVariableNS(
ctxt: *mut _xmlXPathContext,
name: *const xmlChar,
ns_uri: *const xmlChar,
value: *mut _xmlXPathObject,
) -> c_intExpand description
int xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathObjectPtr value).
§SAFETY
ctxtmust be a valid context;name/valuevalid;ns_urimay be NULL.