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