Casting problem with `ctype`
I get this error
| ^
/tmp/SAC_5f8CJL/fun1.c: In function ‘SACwf_BinFile_CL_MT__binfopen__SACt_String__string_S__i_S’:
/tmp/SAC_5f8CJL/fun1.c:3343:23: error: assignment to ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
3343 | SAC_ND_A_FIELD( SAC_SET_NT_USG( FAG, (SACp_cwc_20, (SCL, (HID, (NUQ, (INT, (GLO, (NON, (NOT, (OTH, ))))))))))) = NULL;
| ^
for BinFile, which has been annotated with ctype. I have trouble creating a minimal example, so I will just debug this locally, how hard can it be.