Mirage_crypto_rng_mirage
module type S = sig ... end
module Make (T : Mirage_time.S) (M : Mirage_clock.MCLOCK) : sig ... end