pub fn parse_timestamp(line: &[u8]) -> Option<u64>
Extract the timestamp back out of a synthesized line (reconstruction path). Returns None when the line does not match the bridge shape.
None