pub fn cast_timestamp_tz_to_timestamp<'a>(
    a: CheckedTimestamp<DateTime<Utc>>
) -> Result<CheckedTimestamp<NaiveDateTime>, EvalError>