Simdutf_types.Error_code
type t = [
| `Base64_extra_bits
| `Base64_input_remainder
| `Header_bits
| `Invalid_base64_character
| `Other
| `Output_buffer_too_small
| `Overlong
| `Success
| `Surrogate
| `Too_large
| `Too_long
| `Too_short
]
val t : t Ctypes_static.typ