pub unsafe fn write<T: Copy>(addr: usize, value: T) -> Result<(), String>
Writes a value of type T to the given memory address.
T