Static INTERRUPT_CALLBACKS

Source
#[link_section = ".cpu_local"]
pub(crate) static INTERRUPT_CALLBACKS: StaticCpuLocal<RefCell<Vec<Box<dyn Fn() + Sync + Send>>>>