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