pub fn encode_fixed_element_array<T: Encode>(items: &[T], buf: &mut BytesMut)
Encode a fixed-element array (no count prefix).
Format: Serialized elements back-to-back with no additional padding