#[no_mangle] pub unsafe extern "C" fn epoll_create(size: c_int) -> c_int
Creates a new epoll instance.
It returns a file descriptor referring to the new epoll instance.