ai_instrumodel_data_weights_get() causes "has no member" error in AI_BUFFER_OBJ_INIT struct (instrumodel is the model name)
Calling the ai_instrumodel_data_weights_get() function has problems with the AI_BUFFER_OBJ_INIT struct in "ai_platform.h". I'm following this guide exactly step by step: https://www.digikey.com/en/maker/projects/tinyml-getting-started-with-stm32-x-cube-ai/f94e1c8bfc1e4b6291d0f672d780d2c0
What I don't understand is the fact that an initialization tells me that it has no members. What is this based on to claim this error? It's defined right there, i should be able to define whatever I want. That's like saying "int i = 0; is undefined". No, it's defined right here. To reproduce, copy the code in the link and run it with Cube IDE 1.7.0 and X Cube AI 7.0.0
