PtrPtrSqlite3 typedef

PtrPtrSqlite3 = Pointer<Pointer<sqlite3>>

Implementation

typedef PtrPtrSqlite3 = ffi.Pointer<ffi.Pointer<sqlite3>>;