#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathRegisteredFuncsCleanup(
ctxt: *mut _xmlXPathContext,
)Expand description
void xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt).
§SAFETY
ctxtmust be a valid context or NULL.
#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathRegisteredFuncsCleanup(
ctxt: *mut _xmlXPathContext,
)void xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt).
ctxt must be a valid context or NULL.