Module type Cstubs.BINDINGS

module type BINDINGS = functor (F : FOREIGN  with type 'a result = unit) -> sig .. end
Parameters:
F : FOREIGN with type 'a result = unit