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