pub type PayloadLength = u64;
Type alias for payload length. u64 by default, u16 when large_frames crate feature is off.
large_frames