Generally the context store is owned by `uiBlock`. Other pointers to the store (in `bContext` and other operator data) shouldn't change it, so those variables are now const. One exception is the pointer in `uiLayout`, but that has a clearly short lifetime, so that's okay.