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