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