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