pub unsafe extern "system" fn SystemTimeToTzSpecificLocalTime(
    lptimezoneinformation: *const TIME_ZONE_INFORMATION,
    lpuniversaltime: *const SYSTEMTIME,
    lplocaltime: *mut SYSTEMTIME
) -> BOOL
Expand description

Required features: "Win32_System_Time", "Win32_Foundation"