sqlite3_create_window_function

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_window_function
(,
const(char)* zFunctionName
,
int nArg
,,
void* pApp
,
void function xStep
,
void function xFinal
,
void function xValue
,
void function xInverse
,
void function
(
void*
)
xDestroy
)

Meta