Function std::sys::windows::abort_internal
source · pub fn abort_internal() -> !Expand description
Use __fastfail to abort the process
This is the same implementation as in libpanic_abort’s __rust_start_panic. See
that function for more information on __fastfail