Type Definition libffi::high::arity11::Callback11 [] [src]

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

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