pub fn get_mut<T>(data: &mut [u8], index: usize) -> Option<&mut T>where T: Pod,
Get mutablely at index.