Type Alias OCamlFn1

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

OCaml function that accepts one argument.