pub fn with_alloca_zeroed<R>(size: usize, f: impl FnOnce(&mut [u8]) -> R) -> R
Same as with_alloca except it zeroes memory slice.
with_alloca