pub fn is_valid_trace_id(trace_id: &str) -> bool
Validate a given trace ID according to W3C Trace Context specifications. A valid trace ID is a 32-character hexadecimal string (lowercase).