pub exec fn u64_to_be_bytes_first(v: u64) -> first : u8
usize::BITS == 64,
first == nat_to_be_bytes(v as nat)[0],