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