pub fn bytes_to_mut_ref<T: Castable>(bytes: &mut [u8]) -> Result<&mut T, Error>
Cast type &mut T from a mutable u8 slice.
&mut T
u8