[][src]Type Definition ocaml_interop::OCamlFn1

type OCamlFn1<A, Ret> = unsafe fn(_: OCamlAllocToken, _: OCaml<'_, A>) -> OCamlResult<Ret>;

OCaml function that accepts one argument.