Source position: sqlite3.inc line 997
type sqlite3_vtab = record
pModule: psqlite3_module;
nRef: cint;
zErrMsg: pansichar;
end;