Type Definition libffi::high::arity4::CallbackMut4

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

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