sqlite3_callback

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

alias sqlite3_callback = int function(
void*
,
int
,
char**
,
char**
)

Meta

Suggestion Box / Bug Report