pub const epoll_event = switch (native_os)
pub const epoll_event = switch (native_os) { .linux => linux.epoll_event, else => void, }