pub fn get_helper<T: Get>(data: &[u8], index: DataIndex) -> &T
Read a struct of type T in an array of data at a given index.