pub fn iter_packed_slice<P: PackedField>(
    packed: &[P]
) -> impl Iterator<Item = P::Scalar> + '_