pub type ZeroizingBytes = Zeroizing<Vec<u8>>;
Secure bytes type
pub struct ZeroizingBytes(/* private fields */);