void setbuf( ffi.Pointer<FILE> __stream, ffi.Pointer<ffi.Char> __buf, ) { return _setbuf( __stream, __buf, ); }