PtrPtrVtab typedef

PtrPtrVtab = Pointer<Pointer<sqlite3_vtab>>

Implementation

typedef PtrPtrVtab = ffi.Pointer<ffi.Pointer<sqlite3_vtab>>;