fn find_sample_id(s: &str) -> Option<&str>
Find the first run of exactly 10 consecutive ASCII digits starting with “20” that is not embedded inside a longer digit run.