#[unsafe(no_mangle)]pub extern "C" fn xmlXPathNewBoolean( _val: c_int, ) -> *mut _xmlXPathObject
Create an XPath boolean object.
xmlXPathObjectPtr xmlXPathNewBoolean(int val);