I\'m having difficulties implementing a generic \'map\' function over arrays. I started with the following draft:
void MapArray(void * src, void * dest, void
j