Sourceval _encode_fixed32 : bytes -> int -> int -> unit Sourceval read_exact_generic :
('b -> 'a -> int -> int -> int Lwt.t) ->
'b ->
'a ->
int ->
int ->
unit Lwt.t Sourceval write_exact_generic :
('b -> 'a -> int -> int -> int Lwt.t) ->
'b ->
'a ->
int ->
int ->
unit Lwt.t Sourceval maybe_read_generic :
(int -> 'a) ->
('b -> 'a -> int -> int -> int Lwt.t) ->
'b ->
int ->
'a option Lwt.t Sourceval network_send_generic :
('a -> 'b -> int -> int -> int Lwt.t) ->
('a -> bytes -> int -> int -> int Lwt.t) ->
'a ->
Bytes.t ->
('b * int * int) option ->
('a -> string) ->
bool ->
unit Lwt.t