Trace_fuchsia_write.Thread_ref
type t =
| Ref of int
| Inline of {
pid : int;
tid : int;
}
val inline : pid:int -> tid:int -> t
val ref : int -> t
val size_word : t -> int
val as_i8 : t -> int
8-bit int for the reference