// Helper function to verify that the type sizes are matching between the calling file's compilation unit and imgui.cpp's compilation unit
// Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui.
// If the user has inconsistent compilation settings, imgui configuration #define, packing pragma, etc. you may see different structures from what imgui.cpp sees which is highly problematic.
// Verify that the type sizes are matching between the calling file's compilation unit and imgui.cpp's compilation unit
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals. Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens)
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals. Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens)