pub type MacroEventCell = Arc<OnceLock<Box<[MacroEvent]>>>;
pub struct MacroEventCell { /* private fields */ }