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