pub type BootTicks = Instant<BootTimeline, TicksUnit>;
A timestamp from system ticks on the boot timeline. Advances while the system is suspended.
struct BootTicks(/* private fields */);