#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_reporter_set_threshold(
reporter: *mut PamojaReporter,
threshold: PamojaTelemetryLevel,
)Expand description
Moves the level a reporter ships from.
§Arguments
reporter- the reporter.threshold- the new lowest level to ship.
§Safety
reporter must be a live handle from pamoja_reporter_new, or null.