pub unsafe extern "C" fn duckdb_bind_blob(
    prepared_statement: duckdb_prepared_statement,
    param_idx: idx_t,
    data: *const c_void,
    length: idx_t
) -> duckdb_state
Expand description

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