Example (unsafe context): ``` Vector4* textColor = ImGui.GetStyleColorVec4(ImGuiCol.Text); ImGui.PushStyleColor(ImGuiCol.Text, *textColor); ``` This doesn't seem to be intentional. Using 1.87.3 via NuGet.