We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.