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