fn push_untagged_bytes<D>(data: &mut D, bytes: &[u8])where
    D: Vector<u8>,