pub fn read_user(pid: Pid, offset: AddressType) -> Result<c_long>
Reads a word from a user area at offset, as with ptrace(PTRACE_PEEKUSER, …). The user struct definition can be found in /usr/include/sys/user.h.
offset
/usr/include/sys/user.h