pub type CurrentTerm = Arc<dyn Fn() -> u64 + Send + Sync>;
pub struct CurrentTerm { /* private fields */ }