pub const SQLITE_OBJS_FCNTL_STATS: c_int = 201;
FCNTL opcode: retrieve all VFS activity metrics as a key=value\n string. The returned char* is allocated with sqlite3_malloc; the caller must free it with sqlite3_free.
key=value\n
char*
sqlite3_malloc
sqlite3_free