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