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

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

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