pub type ZeroizingArray<const N: usize> = Zeroizing<[u8; N]>;
pub struct ZeroizingArray<const N: usize>(/* private fields */);