void __fastball __noreturn start(__int64 a1,__int64 a2,void (*a3)(void))
这定义的是一个函数,只不过另命名了
定义了函数,fastcall是调用约定, noreturn表示没有返回值,int64是8字节参数