* ``` pub struct StaticCell { used: AtomicBool, val: UnsafeCell>, } ``` I've made similar types before do you really want to waste that much memory on the `bool`s ?