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

Required features: ‘Win32_System_Threading’, ‘Win32_Foundation’