Source position: sqlite3.inc line 776
function sqlite3_create_collation(
db: psqlite3;
zName: pansichar;
eTextRep: cint;
user: pointer;
xcomparecb: xCompare
):cint;