* https://docs.rs/grounded/latest/grounded/uninit/struct.GroundedCell.html is a type I'm working on that could be placed in those sections with `#[link_section = ".your.custom.section"]`, I don't have great docs for it yet like: ```rust #[link_section = ".your.section"] #[used] static MY_FANCY_STATIC: GroundedCell = GroundedCell::uninit(); ```