pub type StoreWriter<'env> = StoreRw<MutTxn<&'env Env, ()>>;
pub struct StoreWriter<'env> { /* private fields */ }