Function TerminateThread

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