pub unsafe fn sqlite3_aggregate_context(
ctx: *mut sqlite3_context,
nBytes: c_int,
) -> *mut c_void
Expand description
C interface definition of sqlite Implementations of aggregate SQL functions use this routine to allocate memory for storing their state.