Type Definition libffi::high::arity5::Callback5

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

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