public ColType ColumnType(Sqlite3Statement stmt, int index)
 {
     return(X86Interop.ColumnType(stmt, index));
 }