#[no_mangle]
pub unsafe extern "C" fn nstd_proc_exit(code: NSTDExitCode)
Expand description

Exits the program with the specified exit code. Parameters: const NSTDExitCode code - The exit code.