pub fn addr_to_array<T>(addr: VirtAddr, len: usize) -> &'static mut [T]
Returns a mutable reference to the array on the address.