fn merge_bytes( dst: &mut &'static [u8], src: &mut &[u8], ) -> Result<(), DecodeError>
Reads a variable-length encoded bytes field from src and assign it to dst.
src
dst