Function uninit

Source
pub fn uninit<T, F, R>(f: F) -> R
where F: FnOnce(&mut MaybeUninit<T>) -> R,
Expand description

Place a potentially very large value on the threadlocal second stack.