Type Definition ocaml_interop::OCamlFn4[][src]

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

OCaml function that accepts four arguments.