PtrPtrSnapshot typedef

PtrPtrSnapshot = Pointer<Pointer<sqlite3_snapshot>>

Implementation

typedef PtrPtrSnapshot = ffi.Pointer<ffi.Pointer<sqlite3_snapshot>>;