typedef struct _M128A
{
    unsigned __int64 Low;
    __int64 High;
} M128A, *PM128A;