ref: 34427c242a0d282adaff7a204170cd2acbdaf2c9 dir: /src/WindowsWrapper.h/
#pragma once struct RECT { union { int left; int front; }; int top; union { int right; int back; }; int bottom; }; bool SystemTask();