sqlite3_pcache_page

CAPI3REF: Custom Page Cache Object

extern (C) __gshared nothrow
struct sqlite3_pcache_page {
void* pBuf;
void* pExtra;
}

Meta