pub unsafe extern "system" fn GetSystemTimes(
    lpIdleTime: *mut FILETIME,
    lpKernelTime: *mut FILETIME,
    lpUserTime: *mut FILETIME
) -> i32