#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_reporter_free(
reporter: *mut PamojaReporter,
)Expand description
Releases a reporter handle.
Passing null is a no-op.
ยงSafety
reporter must be a handle from pamoja_reporter_new that has not already
been freed, or null. After this call it must not be used again.