pub(crate) unsafe fn cast_mut<A: Copy, B: Copy>(a: &mut A) -> &mut B
Cast &mut A into &mut B.
&mut A
&mut B
This is try_cast_mut but will panic on error.
try_cast_mut