This will not work on all platforms. Returning a uint64_t will more reliably achieve what we want, on 32-bit platforms (on 64-bit, stick with the struct return).
Created attachment 119264 [details] fix
Comment on attachment 119264 [details] fix r=me
Fixed in r102811