Type Definition libffi::high::arity8::CallbackMut8

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

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