#[no_mangle]
pub unsafe extern "C" fn u_poll_ocall(
    error: *mut c_int,
    fds: *mut pollfd,
    nfds: nfds_t,
    timeout: c_int
) -> c_int