unsafe fn vec_write_all_unchecked<A>( pos: usize, vec: &mut Vec<u8, A>, buf: &[u8], ) -> usizewhere A: Allocator,
Writes the slice to the vec without allocating.
vec must have buf.len() spare capacity.
vec
buf.len()