Source position: sqlite3.inc line 81
type sqlite3_callback = function(
user: pointer;
cols: cint;
values: ppansichar;
name: ppansichar
):cint;