Skip to main content

xmlXPathRegisteredFuncsCleanup

Function xmlXPathRegisteredFuncsCleanup 

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

void xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt).

§SAFETY

  • ctxt must be a valid context or NULL.