copystr
#define copystr(src, dest) strcpy((dest), (src))
copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *done)