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