fn normalize_block_comment_ws(s: &str, col: CharPos) -> &str
Returns a slice of s with a whitespace prefix removed based on col. If the first col chars of s are all whitespace, returns a slice starting after that prefix.
s
col