pub fn zeroed_slice_box<T: Zeroable>(length: usize) -> Box<[T]>
As try_zeroed_slice_box, but unwraps for you.
try_zeroed_slice_box