pub fn validate_chunk_index( chunk_index: u64, total_chunks: u64, ) -> Result<(), ContentValidationError>
Validate chunk index is within bounds.