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

type CallbackMut2<U, A, B, R> = extern fn(_: &ffi_cif, _: &mut R, _: &(&A, &B), _: &mut U);

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