pub type IterDeallocFn = for<'iter> unsafe fn(PtrMut<'iter>);
Deallocate the iterator
The iter parameter must point to aligned, initialized memory of the correct type.
iter