async fn migrate<S: Append>(
    stash: &mut S,
    version: u64
) -> Result<(), StashError>