typedef void attribute((far, noreturn)) (* FNUSERAPP)(void);
这句是什么意思?求指导
FNUSERAPP 是一个函数指针,没有返回值,参数也是为void