Skip to main content

xmlXPathFreeParserContext

Function xmlXPathFreeParserContext 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathFreeParserContext(ctxt: *mut c_void)
Expand description

void xmlXPathFreeParserContext(xmlXPathParserContextPtr ctxt).

§SAFETY

  • ctxt must be a valid parser context or NULL.