pub fn chunk_count(data_size: usize, chunk_size: usize) -> usize
Calculate the number of chunks for a given data size.