winapi::um::processthreadsapi

Function TerminateThread

Source
pub unsafe extern "system" fn TerminateThread(
    hThread: HANDLE,
    dwExitCode: DWORD,
) -> BOOL