Type Definition deno_libffi::high::arity10::Callback10[][src]

pub type Callback10<U, A, B, C, D, E, F, G, H, I, J, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A, &B, &C, &D, &E, &F, &G, &H, &I, &J), userdata: &U);
Expand description

The type of function called from an immutable, typed closure.