[][src]Function winapi::um::processthreadsapi::GetThreadTimes

pub unsafe extern "system" fn GetThreadTimes(
    hThread: HANDLE,
    lpCreationTime: LPFILETIME,
    lpExitTime: LPFILETIME,
    lpKernelTime: LPFILETIME,
    lpUserTime: LPFILETIME
) -> BOOL