Type Definition libffi::high::arity1::Callback1

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

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