pub(crate) fn comment_content(line: &str) -> Option<&str>
Strip any comment prefix (///, //!, //) from a trimmed line, None if not a comment.
///
//!
//
None