Function install_main_guard_default
pub(in ::sys::pal::unix::stack_overflow::imp) unsafe fn install_main_guard_default(page_size: usize) -> 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.