sqlite3_file

CAPI3REF: OS Interface Open File Handle

extern (C) __gshared nothrow
struct sqlite3_file {
const(sqlite3_io_methods)* pMethods;
}

Meta