pub fn library_version() -> StringExpand description
The version string of the linked DuckDB library (e.g. "v1.5.5").
Wraps duckdb_library_version, whose result is a static string owned by DuckDB
(never freed); the bytes are copied into an owned String.