'identifier' : __ptr64 not available for pointers to functions
On MIPS and DEC ALPHA platforms, the __ptr64 modifier can be applied only to data pointers.
Example
typedef void (__ptr64 *pf) (int); //error