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