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