* So the only sure methods for a slice of memory in e.g. flash are: - Do everything with pointers, no references - Let Rust place a static slice with MaybeUninit and unsafecell in the right place Is that right?