pub fn as_maybe_uninit_bytes_mut<T>(
    t: &mut MaybeUninit<T>
) -> &mut [MaybeUninit<u8>]
Expand description

Returns the mutable object representation of t