Function sentry_contrib_native_sys::envelope_serialize[][src]

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

Serializes the envelope.

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