sqlite3_create_function16

CAPI3REF: Create Or Redefine SQL Functions

extern (C) __gshared nothrow
int
sqlite3_create_function16
(,
const(void)* zFunctionName
,
int nArg
,,
void* pApp
,
void function xFunc
,
void function xStep
,
void function xFinal
)

Meta