pub unsafe extern "C" fn envelope_get_event(
    envelope: *const Envelope
) -> Value
Expand description

Given an envelope returns the embedded event if there is one.

This returns a borrowed value to the event in the envelope.