pub unsafe extern "C" fn usleep(usecs: u64)
suspend execution for microsecond intervals
The usleep() function suspends execution of the calling thread for (at least) usecs microseconds.
usecs