Type Definition deno_libffi::high::arity0::CallbackMut0[][src]

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

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