pub fn strip_comments( data: String, style: CommentStyle, remove_blanks: bool, ) -> Result<String, &'static str>