std::os

fastexit

fn void fastexit(int result) @weak @noreturn
Exit the process with a given exit code. This will typically call '_Exit' in LibC
usually bypassing '@finalizer' functions.

Parameters