public long ColumnInt64(Sqlite3Statement stmt, int index)
 {
     return(X86Interop.ColumnInt64(stmt, index));
 }