public int box(WinAttribute vAttrs, WinAttribute hAttrs) => Curse.box(Handle, (int)vAttrs, (int)hAttrs);
public int box(int vAttrs, int hAttrs) => Curse.box(Handle, vAttrs, hAttrs);