pselect method
Implementation
int pselect(
int arg0,
ffi.Pointer<fd_set> arg1,
ffi.Pointer<fd_set> arg2,
ffi.Pointer<fd_set> arg3,
ffi.Pointer<timespec> arg4,
ffi.Pointer<sigset_t> arg5,
) {
return _pselect(arg0, arg1, arg2, arg3, arg4, arg5);
}