pub unsafe extern "C" fn gaia_libxml2_version() -> *mut c_charExpand description
return the LIBXML2 version string
\return a text string identifying the current LIBXML2 version
\note the version string corresponds to dynamically allocated memory: so you are responsible to free() it [unless SQLite will take care of memory cleanup via buffer binding].