lv_array_copy() function
Copy an array to another.
Arguments
target
pointer to an `lv_array_t` variable to copy to
source
pointer to an `lv_array_t` variable to copy from
Notes
this will create a new array with the same capacity and size as the source array.