pub unsafe fn exit(status: int) -> !
Immediately terminate the current thread, without giving Rust or libc any opportunity to run destructors or other cleanup code.