pub exec fn ptr_ref<T>(ptr: *const T, Tracked(perm): Tracked<&PointsTo<T>>) -> v : &TExpand description
requires
perm.ptr() == ptr,perm.is_init(),ensuresv == perm.value(),equivalent to &*X