pub fn slice_ref_to_mut_bytes<T: Castable>( data: &mut [T], ) -> Result<&mut [u8], Error>
Convert the given slice reference of type T to a mutable u8 slice.
T
u8