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