#[no_mangle]
pub unsafe extern "C" fn u_epoll_wait_ocall(
    error: *mut c_int,
    epfd: c_int,
    events: *mut epoll_event,
    maxevents: c_uint,
    timeout: c_int
) -> c_int