PtrPtrStmt typedef

PtrPtrStmt = Pointer<Pointer<sqlite3_stmt>>

Implementation

typedef PtrPtrStmt = ffi.Pointer<ffi.Pointer<sqlite3_stmt>>;