pub fn write_short_bytes(
    v: &[u8],
    buf: &mut impl BufMut
) -> Result<(), ParseError>