2.2.15 void eeprom_update_block
void eeprom_update_block(const void *__src, void *__dst, size_t __n)
Update a block of __n bytes to EEPROM address __dst from __src.
Note:
The argument order is mismatch with common functions like strcpy().