With the following: > __type_callbacks__ = [ ('unsigned long', 'setup_ulong') ] setup_ulong() never gets called. The goal was to determine a sizeof. When done in top-level code, sizeof is 4 and not 8.
With the following:
setup_ulong() never gets called. The goal was to determine a sizeof. When done in top-level code, sizeof is 4 and not 8.