I found the "error: argument has unknown bounds, bounds expected because the 1st parameter has bounds" to be a bit confusing. Besides the message it showed the beginning of the line memcpy(**dest**, ... with dest underlined. What am I supposed to fix here? Why is it complaining? I had already given dest bounds (or at least I thought I had), but the other parameters were on separate lines.
I found the "error: argument has unknown bounds, bounds expected because the 1st parameter has bounds" to be a bit confusing. Besides the message it showed the beginning of the line
memcpy(**dest**, ...with dest underlined. What am I supposed to fix here? Why is it complaining? I had already given dest bounds (or at least I thought I had), but the other parameters were on separate lines.