pub unsafe extern "C" fn envelope_serialize(
    envelope: *const Envelope,
    size: *mut usize
) -> *const c_char
Expand description

Serializes the envelope.

The return value needs to be freed with sentry_string_free().