Calls sqlite3_bind_blob64 with the 1-based index and the target value.
sqlite3_bind_blob64
void bindBlob(int index, List<int> value) { handleBindRc(rawStatement.sqlite3_bind_blob64(index, value)); }