Type Definition libffi::high::arity7::Callback7
[−]
[src]
type Callback7<U, A, B, C, D, E, F, G, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A, &B, &C, &D, &E, &F, &G), userdata: &U);
The type of function called from an immutable, typed closure.