Skip to main content

xmlXPathCastStringToBoolean

Function xmlXPathCastStringToBoolean 

Source
#[unsafe(no_mangle)]
pub const unsafe extern "C" fn xmlXPathCastStringToBoolean( val: *const xmlChar, ) -> c_int
Expand description

int xmlXPathCastStringToBoolean(const xmlChar *val).

§SAFETY

  • val must be a valid NUL-terminated string or NULL.