Does anybody know the syntax to declare a function pointer with the windows calling convention? DMD suggests the type of such pointers is int(Windows *)() for example, but this does not work.