Type Definition libffi::high::arity5::CallbackMut5
[−]
[src]
type CallbackMut5<U, A, B, C, D, E, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A, &B, &C, &D, &E), userdata: &mut U);
The type of function called from a mutable, typed closure.