int setvbuf( ffi.Pointer<FILE> __stream, ffi.Pointer<ffi.Char> __buf, int __modes, int __n, ) { return _setvbuf( __stream, __buf, __modes, __n, ); }