pub fn outline<R>(f: impl FnOnce() -> R) -> R
This calls the passed function while ensuring it won’t be inlined into the caller.