rb_w32_get_osfhandle  737 file.c         	f = (HANDLE)rb_w32_get_osfhandle(fptr->fd);
rb_w32_get_osfhandle  230 include/ruby/win32.h extern SOCKET rb_w32_get_osfhandle(int);
rb_w32_get_osfhandle  506 include/ruby/win32.h #define get_osfhandle(h)	rb_w32_get_osfhandle(h)
rb_w32_get_osfhandle 2274 thread.c           SOCKET s = rb_w32_get_osfhandle(fd);