[][src]Type Definition ocaml_interop::OCamlFn2

type OCamlFn2<A, B, Ret> = unsafe fn(_: OCamlAllocToken, _: OCaml<'_, A>, _: OCaml<'_, B>) -> OCamlResult<Ret>;

OCaml function that accepts two arguments.