Buf

A buf can be any contiguous memory buffer.

a0::Buf buf(data_ptr, date_len);
buf.data();
buf.size();

References