ctypeslib
ctypeslib copied to clipboard
Request: identify "top level" structs
Hi,
We would like to know the "top level" structs that are captured. Currently, the .py contains a flat list of symbols, including nested structs. We would like to "register" in our code only the "top level" structs. Is it possible to have a list of such symbols separately ?
Thanks.