Type Definition libffi::high::arity7::Callback7 [] [src]

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

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