Type Definition ocaml_interop::OCamlFn3[][src]

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

OCaml function that accepts three arguments.