pub exec fn u64_to_be_bytes(v: u64) -> buf : Vec<u8> ⓘ
usize::BITS == 64,
buf@ == nat_to_be_bytes(v as nat),