Type Definition libffi::high::arity1::CallbackMut1 [] [src]

type CallbackMut1<U, A, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A,), userdata: &mut U);

The type of function called from a mutable, typed closure.