Function SystemTimeToTzSpecificLocalTime
pub unsafe fn SystemTimeToTzSpecificLocalTime(
lptimezoneinformation: Option<*const TIME_ZONE_INFORMATION>,
lpuniversaltime: *const SYSTEMTIME,
lplocaltime: *mut SYSTEMTIME,
) -> Result<()>
pub unsafe fn SystemTimeToTzSpecificLocalTime(
lptimezoneinformation: Option<*const TIME_ZONE_INFORMATION>,
lpuniversaltime: *const SYSTEMTIME,
lplocaltime: *mut SYSTEMTIME,
) -> Result<()>