Alias CallbackWithDelegate

A delegate to be called from WASM code.

alias CallbackWithDelegate = void delegate(Module, Value[], Value[]);