Type Definition libffi::high::arity2::CallbackMut2

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

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