CBS_get_u64
int CBS_get_u64(CBS *cbs, uint64_t *out);
if (!CBS_get_u64(cbs, ×tamp))
CHECK(CBS_get_u64(&data, &u64));