pub type CommitCompletion = Box<dyn FnOnce(Result<CommitVersion>) + Send>;
pub struct CommitCompletion(/* private fields */);