__ull_rshift
Microsoft Specific
on x64, shifts a 64-bit value specified by the first parameter to the right by a number of bits specified by the second parameter.
unsigned __int64 __ull_rshift( unsigned __int64 mask, int nBit );
Microsoft Specific
on x64, shifts a 64-bit value specified by the first parameter to the right by a number of bits specified by the second parameter.
unsigned __int64 __ull_rshift( unsigned __int64 mask, int nBit );