Create a new modifiable buffer that represents the given POD array.
template< typename PodType, std::size_t N> mutable_buffers_1 buffer( PodType & data, std::size_t max_size_in_bytes);