Skip to main content

xmlXPathRegisteredVariablesCleanup

Function xmlXPathRegisteredVariablesCleanup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathRegisteredVariablesCleanup( ctxt: *mut _xmlXPathContext, )
Expand description

void xmlXPathRegisteredVariablesCleanup(xmlXPathContextPtr ctxt).

§SAFETY

  • ctxt must be a valid context or NULL.