can anybody please tell me how to properly convert from void* to void[] as the code below?
void[] get_bytes(int n) { return sqlite3_column_blob(stmt, n); }
can anybody please tell me how to properly convert from void* to void[] as the code below?
void[] get_bytes(int n) { return sqlite3_column_blob(stmt, n); }