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