[][src]Type Definition ocaml_interop::OCamlFn5

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

OCaml function that accepts five arguments.