#[unsafe(no_mangle)] pub unsafe extern "C" fn pthread_exit(retval: *mut c_void) -> !
multitask
Exits the current thread. The value retval will be returned to the joiner.
retval