ffi.Pointer<ffi.Int8> fgets( ffi.Pointer<ffi.Int8> __s, int __n, ffi.Pointer<IO_FILE_> __stream, ) { return _fgets( __s, __n, __stream, ); }