module type Sub_caml_weak_hashtbl = sig .. end
sig
end
type data
type t
val create : int -> t
int -> t
val add : t -> data -> unit
t -> data -> unit