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