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