pub unsafe extern "C" fn duckdb_bind_uhugeint(
prepared_statement: duckdb_prepared_statement,
param_idx: idx_t,
val: duckdb_uhugeint,
) -> duckdb_stateExpand description
Binds a duckdb_uhugeint value to the prepared statement at the specified index.