cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations aio/lio_listio.c -o aio/lio_listio -D_POSIX_C_SOURCE=202405L -lm -lpthread -liconv aio/lio_listio.c:5:7: error: incompatible function pointer types initializing 'int (*)(int, struct aiocb *const restrict *restrict, int, struct sigevent *restrict)' with an expression of type 'int (int, struct aiocb *const *, int, struct sigevent *)' [-Wincompatible-function-pointer-types] 5 | int (*foo)(int, struct aiocb *restrict const [restrict], int, struct sigevent *restrict) = lio_listio; | ^ ~~~~~~~~~~ 1 error generated.