pub unsafe fn patch_code(addr: Address, code: &[u8]) -> Result<(), Error>
Patch the code at target address with supplied bytes
Memory Errors
Patch may cause the program to crash, so it is unsafe