Function install_main_guard

pub(in ::sys::pal::unix::stack_overflow::imp) unsafe fn install_main_guard() -> Option<Range<usize>>

Safety

This function must only be called from the main thread, and there must be sufficient stack space remaining to place a stack guard.