module Plugin: sig .. end
sig
end
type t
exception Not_a_plugin
val load : string -> t
string -> t
val unload : t -> unit
t -> unit