process_read_memory - Read from the provided process's address space.
#include <magenta/syscalls.h>
mx_status_t mx_process_read_memory(mx_handle_t proc, uintptr_t vaddr,
void* buffer, size_t len,
size_t* actual);