pub type ClockFn = fn() -> DateTime<Utc>;
Type alias for a clock function (returns the current time).