StringLiteral
struct StringLiteral[value: __mlir_type.`!kgen.string`]
This type represents a string literal.
String literals are all null-terminated for compatibility with C APIs, but this is subject to change. String literals store their length as an integer, and this does not include the null terminator.