pub unsafe extern "system" fn GetTimeZoneInformationForYear(
    wyear: u16,
    pdtzi: *const DYNAMIC_TIME_ZONE_INFORMATION,
    ptzi: *mut TIME_ZONE_INFORMATION
) -> BOOL
Expand description

Required features: "Win32_System_Time", "Win32_Foundation"