Function windows_sys::Win32::System::Threading::GetSystemTimes

pub unsafe extern "system" fn GetSystemTimes(
    lpidletime: *mut FILETIME,
    lpkerneltime: *mut FILETIME,
    lpusertime: *mut FILETIME,
) -> BOOL