Function with_alloca_slice

Source
pub fn with_alloca_slice<R, T, F: FnOnce(&mut [MaybeUninit<T>]) -> R>(
    n: usize,
    f: F,
) -> R