[][src]Type Definition ocaml_interop::OCamlFn3

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

OCaml function that accepts three arguments.