pub type Stamp = U64;
A Big endian u64 of microseconds since EPOCH
struct Stamp(pub [u8; 8]);
0: [u8; 8]