Hello, Say I have a whole bunch of fully typed (with unions and all) data structures like the one here - https://github.com/IBM/IBM-Z-zOS/blob/main/SMF-Tools/SMF84Formatter/smf84fmt.h. Say I'm parsing bytes with such a header...is it possible to then use Arrow's C data interface (or maybe nanoarrow) to painlessly convert such a struct to Arrow type(s)?
- KB
