Type Definition libffi::high::arity6::CallbackMut6

source ·
pub type CallbackMut6<U, A, B, C, D, E, F, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A, &B, &C, &D, &E, &F), userdata: &mut U);
Expand description

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