[][src]Type Definition libffi::high::arity6::Callback6

type Callback6<U, A, B, C, D, E, F, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A, &B, &C, &D, &E, &F), userdata: &U);

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