The OpenD Programming Language

sqlite3_callback

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

import etc.c.sqlite3;
extern (C) __gshared nothrow
alias sqlite3_callback = int function
(
void*
,
int
,
char**
,
char**
)

Meta