Type Alias ocaml_interop::OCamlFn2

source ·
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.