pub fn maybe_grow<R: 'static, F: FnOnce() -> R>( red_zone: usize, stack_size: usize, f: F, ) -> Result<R>
Grows the call stack if necessary.