type
    Library_t = unknown 34,
    View_t = unknown 18,

    IntuitionBase_t = struct {
	Library_t ib_LibNode;
	View_t ib_ViewLord;
	*Window_t ib_ActiveWindow;
	*Screen_t ib_ActiveScreen;
	*Screen_t ib_FirstScreen;
	ulong ib_Flags;
	uint ib_MouseY, ib_MouseX;
	ulong ib_Seconds, ib_Micros;
    };
