pub fn init_zeroed<T: Zeroable>() -> impl Init<T>
Create an initializer for a zeroed T.
T
The returned initializer will write 0x00 to every byte of the given slot.
0x00
slot