sqlite3changeset_concat_strm

A pointer to a structure of the following type is passed as the first argument to callbacks registered using rtree_geometry_callback().

extern (C) __gshared nothrow
int
sqlite3changeset_concat_strm
(
int function
(
void* pIn
,
void* pData
,
int* pnData
)
xInputA
,
void* pInA
,
int function
(
void* pIn
,
void* pData
,
int* pnData
)
xInputB
,
void* pInB
,
int function
(
void* pOut
,
const(void)* pData
,
int nData
)
xOutput
,
void* pOut
)

Meta