ffi.Pointer<ffi.Char> fgets( ffi.Pointer<ffi.Char> arg0, int __size, ffi.Pointer<FILE> arg2, ) { return _fgets( arg0, __size, arg2, ); }