Type Definition libffi::high::arity1::CallbackMut1

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

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