alias HostID = u64;

struct WindowID {
    host_id: HostID,
    window_id: u64
}