pub unsafe extern "C" fn duckdb_bind_parameter_index(
prepared_statement: *mut _duckdb_prepared_statement,
param_idx_out: *mut u64,
name: *const i8,
) -> u32
Expand description
Retrieve the index of the parameter for the prepared statement, identified by name