pub fn write(pid: Pid, addr: AddressType, data: c_long) -> Result<()>
Writes a word into the processes memory at the given address, as with ptrace(PTRACE_POKEDATA, …)