pub unsafe extern "C" fn duckdb_bind_uint8( prepared_statement: *mut _duckdb_prepared_statement, param_idx: u64, val: u8, ) -> u32
Binds an uint8_t value to the prepared statement at the specified index.