pub unsafe extern "C" fn options_set_before_send(
    opts: *mut Options,
    func: Option<EventFunction>,
    data: *mut c_void
)
Expand description

Sets the before_send callback.

See the sentry_event_function_t typedef above for more information.