Type Definition ocaml_interop::OCamlFn2[][src]

pub type OCamlFn2<'a, A, B, Ret> = unsafe fn(_: &'a mut OCamlRuntime, _: OCamlRef<'_, A>, _: OCamlRef<'_, B>) -> OCaml<'a, Ret>;
Expand description

OCaml function that accepts two arguments.