Function with_alloca

Source
pub fn with_alloca<R, T, F: FnOnce(&mut MaybeUninit<T>) -> R>(f: F) -> R