Type Definition libffi::high::arity3::CallbackMut3 [] [src]

type CallbackMut3<U, A, B, C, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A, &B, &C), userdata: &mut U);

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