sqlite3rebaser_rebase_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
sqlite3rebaser_rebase_strm
(
sqlite3_rebaser* pRebaser
,
int function
(
void* pIn
,
void* pData
,
int* pnData
)
xInput
,
void* pIn
,
int function
(
void* pOut
,
const(void)* pData
,
int nData
)
xOutput
,
void* pOut
)

Meta