sqlite3_callback

The type for a callback function. This is legacy and deprecated. It is included for historical compatibility and is not documented.

extern (C) __gshared nothrow
alias sqlite3_callback = int function
(
void*
,
int
,
char**
,
char**
)

Meta