[ { "function_name": "sqlite3_exec", "function_signature": "int sqlite3_exec(\n sqlite3 *db, /* The database on which the SQL executes */\n const char *zSql, /* The SQL to be executed */\n sqlite3_callback xCallback, /* Invoke this callback routine */\n void *pArg, /* First argument to xCallback() */\n char **pzErrMsg /* Write error messages here */\n)", "test_filename": "tests_legacy_sqlite3_exec.c" } ]