Skip to main content

xmlXPathPopBoolean

Function xmlXPathPopBoolean 

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

int xmlXPathPopBoolean(xmlXPathParserContextPtr ctxt).

§SAFETY

  • ctxt must be a valid parser context or NULL.