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