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

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

The type of function called from a mutable, typed closure.