fn decode_series_leaves( buf: &[u8], writer: Option<SeriesWriter<'_>>, tags: Vec<(&'_ str, String)>, rows_remaining: usize, scratch: &mut LeafScratch, ) -> Result<()>