ffi.Pointer<IO_FILE_> fopen( ffi.Pointer<ffi.Int8> __filename, ffi.Pointer<ffi.Int8> __modes, ) { return _fopen( __filename, __modes, ); }