pub fn uninit<T, E>() -> impl Init<MaybeUninit<T>, E>
An initializer that leaves the memory uninitialized.
The initializer is a no-op. The slot memory is not changed.
slot