text_poke_memcpy
return __text_poke(text_poke_memcpy, dst, src, len);
if (func == text_poke_memcpy) {
return __text_poke(text_poke_memcpy, addr, opcode, len);
return __text_poke(text_poke_memcpy, addr, opcode, len);
__text_poke(text_poke_memcpy, (void *)ptr, opcode + patched, s);