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