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