Function select
pub unsafe extern "C" fn select(
__nfds: i32,
__readfds: *mut fd_set,
__writefds: *mut fd_set,
__exceptfds: *mut fd_set,
__timeout: *mut timeval,
) -> i32
Available on crate feature
dep_sdl2
only.