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