int setvbuf( ffi.Pointer<FILE> arg0, ffi.Pointer<ffi.Char> arg1, int arg2, int __size, ) { return _setvbuf( arg0, arg1, arg2, __size, ); }