pub type duckdb_value = *mut _duckdb_value;Expand description
! Holds a DuckDB value, which wraps a type.
! Must be destroyed with duckdb_destroy_value.
pub type duckdb_value = *mut _duckdb_value;! Holds a DuckDB value, which wraps a type.
! Must be destroyed with duckdb_destroy_value.