Function with_alloca_zeroed

Source
pub fn with_alloca_zeroed<R>(size: usize, f: impl FnOnce(&mut [u8]) -> R) -> R
Expand description

Same as with_alloca except it zeroes memory slice.