void setbuffer( ffi.Pointer<IO_FILE_> __stream, ffi.Pointer<ffi.Int8> __buf, int __size, ) { return _setbuffer( __stream, __buf, __size, ); }