pub type IterInitWithValueFn = unsafe fn(value: PtrConst) -> PtrMut;
Create a new iterator that iterates over the provided value
The value parameter must point to aligned, initialized memory of the correct type.
value