pub fn extract_data<T: Iterator<Item = u8>>( bytes: &mut T, dtype: DataType, ) -> Vec<u8> ⓘ
Extract n bytes from specific DataType
DataType