There are applications that uses SRWLOCK in an invalid way and then checks its binary representation. Specifically they releases an unlocked SRWLOCK then check its bit pattern is all-ones.
Tweak the representation a bit so they are happy.
-- v2: ntdll: Tweak the binary representation of SRWLOCK.