Type Definition ocaml_interop::OCamlFn5[][src]

pub type OCamlFn5<'a, A, B, C, D, E, Ret> = unsafe fn(_: &'a mut OCamlRuntime, _: OCamlRef<'_, A>, _: OCamlRef<'_, B>, _: OCamlRef<'_, C>, _: OCamlRef<'_, D>, _: OCamlRef<'_, E>) -> OCaml<'a, Ret>;
Expand description

OCaml function that accepts five arguments.