void * memcpy_PF

void * memcpy_PF(void *dest, uint_farptr_t src, size_t len)

The memcpy_PF() function is similar to memcpy(), except the data is copied from the program space and is addressed using a far pointer

Remember:

The memcpy_PF() function returns a pointer to dst. The contents of RAMPZ SFR are undefined when the function returns