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