pub fn emit_event_ink<Evt>(event: Evt)where Evt: Event<Ink>,
Emits an event with the given event data using the ink! ABI encoding (i.e. with SCALE codec for event data encode/decode).