Type Definition libffi::high::arity2::CallbackMut2 [] [src]

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

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