ffi.Pointer<FILE> fdopen( int _FileHandle, ffi.Pointer<ffi.Char> _Format, ) { return _fdopen1( _FileHandle, _Format, ); }