void* memset(void* dest, uint8_t value, size_t len);
Sets len bytes in dest to the value value. Returns the pointer dest.
memcpy