Function GetSystemTimes

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