PatternMask

fun PatternMask(    pattern: String,     lazy: Boolean? = null,     eager: Boolean? = null,     placeholderChar: Char? = null,     definitions: dynamic = null,     blocks: Map<String, ImaskOptions>? = null)