pub unsafe fn SystemTimeToTzSpecificLocalTimeEx(
    lptimezoneinformation: Option<*const DYNAMIC_TIME_ZONE_INFORMATION>,
    lpuniversaltime: *const SYSTEMTIME,
    lplocaltime: *mut SYSTEMTIME
) -> Result<()>