ffi.Pointer<IO_FILE_> fdopen( int __fd, ffi.Pointer<ffi.Int8> __modes, ) { return _fdopen( __fd, __modes, ); }