basically: ```rust #[link_section = ".special.place"] static SPECIAL: UnsafeCell> = UnsafeCell::new(MaybeUninit::uninit()); ```