[][src]Function sentry_contrib_native_sys::options_set_before_send

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

Sets the before_send callback.

See the sentry_event_function_t typedef above for more information.