PtrStmt typedef

PtrStmt = Pointer<sqlite3_stmt>

Implementation

typedef PtrStmt = ffi.Pointer<sqlite3_stmt>;