Module Simdutf_types.Base64

type option = [
  1. | `Default
  2. | `Default_accept_garbage
  3. | `Default_no_padding
  4. | `Default_or_url
  5. | `Default_or_url_accept_garbage
  6. | `Url
  7. | `Url_accept_garbage
  8. | `Url_with_padding
]
val option : option Ctypes_static.typ
type last_chunk_option = [
  1. | `Loose
  2. | `Only_full_chunks
  3. | `Stop_before_partial
  4. | `Strict
]
val last_chunk_option : last_chunk_option Ctypes_static.typ