PtrPtrVtabCursor typedef

PtrPtrVtabCursor = Pointer<Pointer<sqlite3_vtab_cursor>>

Implementation

typedef PtrPtrVtabCursor = ffi.Pointer<ffi.Pointer<sqlite3_vtab_cursor>>;