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