(for discussion)
math/big.*Int has SetInt64 and Int64() functions for setting the value of a *Int and
getting its value respectively.
However, when interfacing with other code, it would be very useful to have similar
functions for uint64's. SetBits() works on 64-bit systems with unsafe, but that's not a
very nice solution.