Type Definition deno_libffi::high::arity3::Callback3[][src]

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

The type of function called from an immutable, typed closure.