type Block<N> = MaybeUninit<Array<u8, N>>;
#[repr(transparent)]union Block<N> { /* private fields */ }