What does writing in the C language of the form mean?
int (*xNext)(sqlite3_vtab_cursor*); This is a structure field, but what does it mean? I did not find this in the textbooks. I am not a C programmer, but I am trying to write a wrapper for the library.