unsafe fn get_many_mut_from_slice<'a, T>( slice: &'a mut [T], indices: &[usize], ) -> Vec<&'a mut T>
There must not be duplicate items in indices.
indices