pub unsafe fn exit_group(status: i32) -> !
dep_nc
Exit all threads in a process’s thread group.
unsafe { nc::exit_group(0); }