pub(crate) fn iter_pin_mut<T>(
    slice: Pin<&mut [T]>
) -> impl Iterator<Item = Pin<&mut T>>