Skip to main content

xmlXPathPopExternal

Function xmlXPathPopExternal 

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

void *xmlXPathPopExternal(xmlXPathParserContextPtr ctxt).

§SAFETY

  • ctxt must be a valid parser context or NULL.