Module Netsnmp.Netsnmp_monad

module type IO = Netsnmp_raw_monad.Io_intf.S
module Netsnmp : functor (IO : IO) -> Netsnmp_intf.S with module IO := IO