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

type Callback6<U, A, B, C, D, E, F, R> = extern fn(_: &ffi_cif, _: &mut R, _: &(&A, &B, &C, &D, &E, &F), _: &U);

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