module Core_bytes: sig .. end
sig
end
bytes
string
type t = bytes
val create : int -> t
int -> t
val length : t -> int
t -> int