'identifier' : modifier functions require prototypes
A function with the __fastcall calling convention is not prototyped or has an old-style prototype.
Example
void __fastcall func1 ( i, j ); // old-style void __fastcall func2 ( int i, int ) // new style