pub fn zeroed_box<T>() -> Box<T>where T: Zeroable,
As try_zeroed_box, but unwraps for you.
try_zeroed_box