QUESTION QUICKLY: how save an array to another array

Drogon:
bytes !!!

That makes it easy. Use memcpy() to copy all the bytes. Use strlcpy() if you want the copy to stop when a NULL is found.