Code.Native_string
type t = private
| Byte of string
| Utf of Stdlib.Utf8_string.t
val of_string : string -> t
val of_bytestring : string -> t