pub fn zeroizing_box<T: Default + Zeroize + Clone>(size: usize) -> Box<[T]>
Allocate an exact-size boxed slice of initialized values.