public static void PopStyleVar(int count) => ImGuiNative.igPopStyleVar(count);
public static void PopStyleVar() => ImGuiNative.igPopStyleVar(1);