public byte[] ColumnByteArray(Sqlite3Statement stmt, int index)
 {
     return(X86Interop.ColumnByteArray(stmt, index));
 }