pub type Writer<'t> = Writer<SafeModeRwTransaction<'t>>;
pub struct Writer<'t>(/* private fields */);