I encountered similar issue, and realized it was because I did not add the _API specifier macro for proper exposing my struct (it was in another module than the module I was using it).
1 Like
I encountered similar issue, and realized it was because I did not add the _API specifier macro for proper exposing my struct (it was in another module than the module I was using it).