pub fn zeroed_arc<T>() -> Arc<T>where T: Zeroable,
dep_bytemuck
Allocates a Arc<T> with all contents being zeroed out.
Arc<T>