x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/tss_dtor_t.c -o threads/tss_dtor_t -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv threads/tss_dtor_t.c:2:1: error: unknown type name ‘tss_dtor_t’ 2 | tss_dtor_t* foo; | ^~~~~~~~~~