[][src]Function spatialite_sys::gaia_libxml2_version

pub unsafe extern "C" fn gaia_libxml2_version() -> *mut c_char

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].