Trace_fuchsia_write.Kernel_object
record type = 7
val size_word :
name:string ->
args:
[< `Bool of bool & 'a & 'b & 'c & 'd
| `Float of float & 'e & 'f & 'g & 'h
| `Int of int
| `Kid of int & 'i & 'j & 'k & 'l
| `None
| `String of string ]
Arguments.t ->
unit ->
int
val ty_process : ty
val ty_thread : ty
val encode :
Output.t ->
name:string ->
ty:ty ->
kid:int ->
args:
[< `Bool of bool & 'a & 'b & 'c & 'd & 'e & 'f & 'g
| `Float of float & 'h & 'i & 'j & 'k & 'l & 'm & 'n
| `Int of int
| `Kid of int & 'o & 'p & 'q & 'r & 's & 't & 'u
| `None
| `String of string ]
Arguments.t ->
unit ->
unit