pub fn format_sync_human(w: &mut impl Write, resp: &SyncResponse) -> Result<()>
Formats a sync response for human reading.
Returns an error if writing to w fails.
w