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

type CallbackMut1<U, A, R> = extern fn(_: &ffi_cif, _: &mut R, _: &(&A,), _: &mut U);

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