pub unsafe extern "C" fn duckdb_bind_date(
    prepared_statement: *mut _duckdb_prepared_statement,
    param_idx: u64,
    val: duckdb_date
) -> u32
Expand description

Binds a duckdb_date value to the prepared statement at the specified index.