pub fn zeroed_vec<T: Zeroable>(length: usize) -> Vec<T>
As try_zeroed_vec but unwraps for you
try_zeroed_vec