pub type BufferSize = NonZero<u64>;
Integral type used for buffer slice sizes.
struct BufferSize(/* private fields */);