#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_cobs_decoder_reset(
decoder: *mut PamojaCobsDecoder,
)Expand description
Discards any partly assembled frame, returning a COBS decoder to its initial state.
Passing null is a no-op.
ยงSafety
decoder must be a live handle from pamoja_cobs_decoder_new, or null.