sourcebox[m]: That'd be a reference to a pointer. The result of `&raw mut T` is `*mut T`. So: ```rust let ptr: *mut T = &raw mut foo; ```