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