pub type UnpreparedUpdates = Vec<Box<dyn for<'r> FnOnce(&'r mut PrepareUpdatesBuffer<'_>)>>;
pub struct UnpreparedUpdates { /* private fields */ }