pub fn encode_into_slice<T: Encode>(src: &T, dst: &mut [u8]) -> Result<usize>
Encode the given type T into the given slice..
T