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

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