public string ColumnString(Sqlite3Statement stmt, int index)
 {
     return(X86Interop.ColumnString(stmt, index));
 }