pub unsafe extern "C" fn Dart_InvokeClosure(
    closure: Dart_Handle,
    number_of_arguments: c_int,
    arguments: *mut Dart_Handle
) -> Dart_Handle
Expand description

Invokes a Closure with the given arguments.

May generate an unhandled exception error.

\return If no error occurs during execution, then the result of invoking the closure is returned. If an error occurs during execution, then an error handle is returned.