AppLib/bid_uint128_wrapper.cpp:113:118: error: no matching function for call to ‘copyToPython(SbkArrayConverter*, BID_UINT64 (*)[2])’ 113 | pyOut = Shiboken::Conversions::copyToPython(Shiboken::Conversions::ArrayTypeConverter(1), &cppSelf->w); | ^ In file included from ../../../../ssd_symlinks/home/michael/.virtualenvs/shiboken2_qt515/lib/python3.9/site-packages/shiboken2_generator/include/shiboken.h:51, from AppLib/bid_uint128_wrapper.cpp:6: ../../../../ssd_symlinks/home/michael/.virtualenvs/shiboken2_qt515/lib/python3.9/site-packages/shiboken2_generator/include/sbkconverter.h:216:27: note: candidate: ‘PyObject* Shiboken::Conversions::copyToPython(SbkObjectType*, const void*)’ 216 | LIBSHIBOKEN_API PyObject *copyToPython(SbkObjectType *type, const void *cppIn); | ^~~~~~~~~~~~ ../../../../ssd_symlinks/home/michael/.virtualenvs/shiboken2_qt515/lib/python3.9/site-packages/shiboken2_generator/include/sbkconverter.h:216:55: note: no known conversion for argument 1 from ‘SbkArrayConverter*’ to ‘SbkObjectType*’ 216 | LIBSHIBOKEN_API PyObject *copyToPython(SbkObjectType *type, const void *cppIn); | ~~~~~~~~~~~~~~~^~~~ ../../../../ssd_symlinks/home/michael/.virtualenvs/shiboken2_qt515/lib/python3.9/site-packages/shiboken2_generator/include/sbkconverter.h:217:27: note: candidate: ‘PyObject* Shiboken::Conversions::copyToPython(const SbkConverter*, const void*)’ 217 | LIBSHIBOKEN_API PyObject *copyToPython(const SbkConverter *converter, const void *cppIn); | ^~~~~~~~~~~~ ../../../../ssd_symlinks/home/michael/.virtualenvs/shiboken2_qt515/lib/python3.9/site-packages/shiboken2_generator/include/sbkconverter.h:217:60: note: no known conversion for argument 1 from ‘SbkArrayConverter*’ to ‘const SbkConverter*’ 217 | LIBSHIBOKEN_API PyObject *copyToPython(const SbkConverter *converter, const void *cppIn); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ AppLib/bid_uint128_wrapper.cpp: In function ‘int Sbk_BID_UINT128_set_w(PyObject*, PyObject*, void*)’: AppLib/bid_uint128_wrapper.cpp:132:5: error: ‘Array’ was not declared in this scope 132 | Array& cppOut_ptr = cppSelf->w; | ^~~~~ AppLib/bid_uint128_wrapper.cpp:132:12: error: ‘cppOut_ptr’ was not declared in this scope 132 | Array& cppOut_ptr = cppSelf->w;