[][src]Type Definition ocaml_interop::OCamlFn3

type OCamlFn3<'a, A, B, C, Ret> = unsafe fn(_: &'a mut OCamlRuntime, _: OCamlRef<'_, A>, _: OCamlRef<'_, B>, _: OCamlRef<'_, C>) -> OCaml<'a, Ret>;

OCaml function that accepts three arguments.