pub(super) fn compressed_file_range<'data, R: ReadRef<'data>>( file_data: R, section_offset: u64, section_size: u64, ) -> Result<CompressedFileRange>