svoid mapMethodLike dm_vmBus_send(S msg, O... args) { vmBus_send(msg, args); } svoid dm_vmBus_send(S msg) { vmBus_send(msg); }