pub fn cast_box<A: NoUninit, B: AnyBitPattern>(input: Box<A>) -> Box<B>
As try_cast_box, but unwraps for you.
try_cast_box