pub fn write_compact_array_length(buf: &mut BytesMut, len: i32)
Write a compact array length (varint of len + 1, negative → 0 (null)).
len + 1
0