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