sqlite3_create_function16

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
int
sqlite3_create_function16
(,
const(void)* zFunctionName
,
int nArg
,,
void* pApp
,
void function xFunc
,
void function xStep
,
void function xFinal
)

Meta