pub unsafe extern "C" fn duckdb_bind_varchar(
    prepared_statement: duckdb_prepared_statement,
    param_idx: idx_t,
    val: *const c_char
) -> duckdb_state
Expand description

Binds a null-terminated varchar value to the prepared statement at the specified index.