Enum member isXsMachinePtr

Detect whether T is a pointer to the xsMachine struct.

enum isXsMachinePtr(T) = __traits(isSame, T, xsMachine*);