typedef struct t_dbData
{ void *Data;
size_t Size;
int Type; }
dbData, *pdbData;

// make a table
static dbdata [10][10];