Module Trace_fuchsia_write.Argument
type 'a t = string * [< user_data | `Kid of int ] as 'aval check_valid : 'a -> unitval is_i32_ : int -> boolval size_word :
[< `Bool of bool & 'a
| `Float of float & 'b
| `Int of int
| `Kid of int & 'c
| `None
| `String of string ]
t ->
intval encode :
Buf.t ->
[< `Bool of bool & 'a
| `Float of float & 'b
| `Int of int
| `Kid of int & 'c
| `None
| `String of string ]
t ->
unit