Type Alias OCamlFn3

Source
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.