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