Function windows_sys::Win32::System::Threading::GetThreadTimes
pub unsafe extern "system" fn GetThreadTimes(
hthread: HANDLE,
lpcreationtime: *mut FILETIME,
lpexittime: *mut FILETIME,
lpkerneltime: *mut FILETIME,
lpusertime: *mut FILETIME,
) -> BOOL