fun buildComment(vararg lines: String): String
fun buildComment(lines: List<String>, offset: String = "", lineBreak: Unit? = Unit): String