int fputs( ffi.Pointer<ffi.Char> __s, ffi.Pointer<FILE> __stream, ) { return _fputs( __s, __stream, ); }