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