#[unsafe(no_mangle)]pub extern "C" fn sqlglot_version() -> *const c_char
Return the library version as a static null-terminated string.
The returned pointer must not be freed — it points to static memory.