quackdb_internal::ffi

Function duckdb_library_version

Source
pub unsafe extern "C" fn duckdb_library_version() -> *const i8
Expand description

Returns the version of the linked DuckDB, with a version postfix for dev versions

Usually used for developing C extensions that must return this for a compatibility check.