static public int sqlite3_bind_text(sqlite3_stmt stmt, int index, string val) { return(_imp.sqlite3_bind_text(stmt.ptr, index, val)); }