Type Definition EnteredEpochCallback
solana_runtime::bank
type EnteredEpochCallback = Box<dyn Fn(&mut Bank, bool) + Sync + Send>;