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