x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations search/insque.c -o search/insque -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv search/insque.c:11:31: error: ‘insque’ undeclared here (not in a function) 11 | void (*foo)(void *, void *) = insque; | ^~~~~~